We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26b4b98 + ea8e5c6 commit 00a5717Copy full SHA for 00a5717
1 file changed
extensions/ql-vscode/src/view/method-modeling/MultipleModeledMethodsPanel.tsx
@@ -1,5 +1,5 @@
1
import * as React from "react";
2
-import { useCallback, useState } from "react";
+import { useCallback, useMemo, useState } from "react";
3
import { Method } from "../../model-editor/method";
4
import { ModeledMethod } from "../../model-editor/modeled-method";
5
import { styled } from "styled-components";
0 commit comments