We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26b4b98 commit ea8e5c6Copy full SHA for ea8e5c6
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