Skip to content

Commit db0487b

Browse files
committed
lint
1 parent 740c725 commit db0487b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/components/ui/VariablesTable.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ import { Table, TableBody, TableCell, TableHead, TableHeader, TableRow } from "@
44
import { ScrollArea } from "@/components/ui/scroll-area";
55
import { Input } from "@/components/ui/input";
66
import { Button } from "@/components/ui/button";
7-
import { useGlobalStore } from "@/GlobalStates";
7+
import { useGlobalStore } from "@/GlobalStates/GlobalStore";
88
import { useShallow } from "zustand/shallow";
9-
import MetaDataInfo from "./MainPanel/MetaDataInfo";
109
import {
1110
Dialog,
1211
DialogContent,

0 commit comments

Comments
 (0)