We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 740c725 commit db0487bCopy full SHA for db0487b
1 file changed
src/components/ui/VariablesTable.tsx
@@ -4,9 +4,8 @@ import { Table, TableBody, TableCell, TableHead, TableHeader, TableRow } from "@
4
import { ScrollArea } from "@/components/ui/scroll-area";
5
import { Input } from "@/components/ui/input";
6
import { Button } from "@/components/ui/button";
7
-import { useGlobalStore } from "@/GlobalStates";
+import { useGlobalStore } from "@/GlobalStates/GlobalStore";
8
import { useShallow } from "zustand/shallow";
9
-import MetaDataInfo from "./MainPanel/MetaDataInfo";
10
import {
11
Dialog,
12
DialogContent,
0 commit comments