We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bee798 commit 1b82f22Copy full SHA for 1b82f22
app/routes/components.input.tsx
@@ -1,8 +1,6 @@
1
-import { Button } from "@/button";
2
import { CodeBlock, CodeBlockBody, CodeBlockCode, CodeBlockCopyButton } from "@/code-block";
3
import { code } from "@/code-block/code";
4
import { Input } from "@/input";
5
-import { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectTrigger, SelectValue } from "@/select";
6
import { Table, TableBody, TableCell, TableHead, TableHeader, TableRow } from "@/table";
7
import type { HeadersFunction, MetaFunction } from "@remix-run/node";
8
import { Example } from "~/components/example";
0 commit comments