Skip to content

Commit 9c1cbbe

Browse files
committedMar 18, 2025·
small fix
1 parent 0d53dc7 commit 9c1cbbe

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed
 

‎src/main.ts

+20-20
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ export {
55
type ChildrenType,
66
type EventsType,
77
type PositionStrategy,
8-
} from '@/ui/tooltip/Tooltip';
9-
export { Alert } from '@/ui/Alert';
8+
} from "@/ui/tooltip/Tooltip"
9+
export { Alert } from "@/ui/Alert"
1010
export {
1111
AlertDialog,
1212
AlertDialogPortal,
@@ -19,27 +19,27 @@ export {
1919
AlertDialogDescription,
2020
AlertDialogAction,
2121
AlertDialogCancel,
22-
} from '@/ui/AlertDialog';
23-
export { Badge } from '@/ui/Badge';
24-
export { Button, ButtonLink } from '@/ui/Button';
25-
export { Card } from '@/ui/Card';
22+
} from "@/ui/AlertDialog"
23+
export { Badge } from "@/ui/Badge"
24+
export { Button, ButtonLink } from "@/ui/Button"
25+
export { Card } from "@/ui/Card"
2626
export {
2727
Carousel,
2828
CarouselPagination,
2929
CarouselProvider,
3030
CarouselContext,
3131
useCarousel,
32-
} from '@/ui/Carousel';
33-
export { Checkbox } from '@/ui/Checkbox';
34-
export { default as Column } from '@/ui/Column';
35-
export { Dialog } from '@/ui/Dialog';
36-
export { Dropdown } from '@/ui/Dropdown';
37-
export { Input } from '@/ui/Input';
38-
export { Label } from '@/ui/Label';
39-
export { RadioGroup } from '@/ui/RadioGroup';
40-
export { default as Row } from '@/ui/Row';
41-
export { Select, type SelectOption } from '@/ui/Select';
42-
export { Switch } from '@/ui/Switch';
43-
export { Table } from '@/ui/Table';
44-
export { Tabs, TabsList, TabsTrigger, TabsContent } from '@/ui/Tabs';
45-
export { TextArea } from '@/ui/TextArea';
32+
} from "@/ui/Carousel"
33+
export { Checkbox } from "@/ui/Checkbox"
34+
export { default as Column } from "@/ui/Column"
35+
export { Dialog } from "@/ui/Dialog"
36+
export { Dropdown } from "@/ui/Dropdown"
37+
export { Input } from "@/ui/Input"
38+
export { Label } from "@/ui/Label"
39+
export { RadioGroup } from "@/ui/RadioGroup"
40+
export { default as Row } from "@/ui/Row"
41+
export { Select, type SelectOption } from "@/ui/Select"
42+
export { Switch } from "@/ui/Switch"
43+
export { Table } from "@/ui/Table"
44+
export { Tabs } from "@/ui/Tabs"
45+
export { TextArea } from "@/ui/TextArea"

0 commit comments

Comments
 (0)
Please sign in to comment.