From 3cea9e3c277357a35539e966e2d97211bf071ee2 Mon Sep 17 00:00:00 2001 From: pheralb Date: Tue, 11 Nov 2025 00:18:48 +0000 Subject: [PATCH] fix: format with prettier --- src/components/ui/separator/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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, };