diff --git a/src/components/ui/separator/index.ts b/src/components/ui/separator/index.ts index 82442d2..d66644e 100644 --- a/src/components/ui/separator/index.ts +++ b/src/components/ui/separator/index.ts @@ -1,7 +1,7 @@ import Root from "./separator.svelte"; export { - Root, - // - Root as Separator, + Root, + // + Root as Separator, };