fix: remove unused imports
This commit is contained in:
parent
b717ac6037
commit
c2a1f583a9
@ -1,24 +1,6 @@
|
|||||||
import { TabProvider, TabTrigger, TabContent, TabList } from "@components/Tabs";
|
import { TabProvider, TabTrigger, TabContent, TabList } from "@components/Tabs";
|
||||||
import { Button } from "@components/Button";
|
|
||||||
import { Story } from "@/components/Story";
|
import { Story } from "@/components/Story";
|
||||||
import { LoadedCode, GITHUB } from "@/components/LoadedCode";
|
import { LoadedCode, GITHUB } from "@/components/LoadedCode";
|
||||||
import {
|
|
||||||
DialogClose,
|
|
||||||
DialogContent,
|
|
||||||
DialogFooter,
|
|
||||||
DialogHeader,
|
|
||||||
DialogOverlay,
|
|
||||||
DialogRoot,
|
|
||||||
DialogSubtitle,
|
|
||||||
DialogTitle,
|
|
||||||
DialogTrigger,
|
|
||||||
} from "@components/Dialog";
|
|
||||||
import {
|
|
||||||
Input
|
|
||||||
} from "@components/Input";
|
|
||||||
import {
|
|
||||||
useToast,
|
|
||||||
} from "@components/Toast";
|
|
||||||
import { DialogDemo } from "./DialogBlocks/Preview";
|
import { DialogDemo } from "./DialogBlocks/Preview";
|
||||||
import Examples from "./DialogBlocks/Examples";
|
import Examples from "./DialogBlocks/Examples";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user