Skip to content

Commit 6aa9fbd

Browse files
committed
refactor(component-showcase) remove unused imports and clean up code
1 parent e5c1177 commit 6aa9fbd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

components/examples/component-showcase.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@ import {
22
Activity,
33
AlertTriangle,
44
Info,
5-
Pause,
6-
Play,
75
Sword,
86
Users,
9-
Volume2,
107
Wand,
118
} from "lucide-react";
129

@@ -18,7 +15,6 @@ import {
1815
import { Badge } from "@/components/ui/8bit/badge";
1916
import AudioSettings from "@/components/ui/8bit/blocks/audio-settings";
2017
import { LoginForm } from "@/components/ui/8bit/blocks/login-form";
21-
import { Button } from "@/components/ui/8bit/button";
2218
import {
2319
Card,
2420
CardContent,
@@ -36,8 +32,6 @@ import {
3632
SelectTrigger,
3733
SelectValue,
3834
} from "@/components/ui/8bit/select";
39-
import { Slider } from "@/components/ui/8bit/slider";
40-
import { Switch } from "@/components/ui/8bit/switch";
4135
import {
4236
Tabs,
4337
TabsContent,

0 commit comments

Comments
 (0)