Skip to content

Commit 1b82f22

Browse files
committed
Remove unused imports
1 parent 1bee798 commit 1b82f22

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/routes/components.input.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
import { Button } from "@/button";
21
import { CodeBlock, CodeBlockBody, CodeBlockCode, CodeBlockCopyButton } from "@/code-block";
32
import { code } from "@/code-block/code";
43
import { Input } from "@/input";
5-
import { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectTrigger, SelectValue } from "@/select";
64
import { Table, TableBody, TableCell, TableHead, TableHeader, TableRow } from "@/table";
75
import type { HeadersFunction, MetaFunction } from "@remix-run/node";
86
import { Example } from "~/components/example";

0 commit comments

Comments
 (0)