From c73080defcfe414bb79d7a2fb6f7883c80a522e3 Mon Sep 17 00:00:00 2001 From: TZGyn Date: Fri, 2 Aug 2024 11:26:42 +0800 Subject: [PATCH] update separator component --- frontend/bun.lockb | Bin 234044 -> 234044 bytes .../src/lib/components/ui/separator/index.ts | 4 ++-- .../components/ui/separator/separator.svelte | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/bun.lockb b/frontend/bun.lockb index 7b6173988628c58c92e0de3445a107f723248e0b..a0c13f4b8e932de98e09acb02a02c17e61c367e7 100755 GIT binary patch delta 33 pcmdn9gm2FhzJ?aYEllQRoQ!b>dM1VzdIs$dWlY;0%9#I10|3G)3d{fi delta 33 jcmdn9gm2FhzJ?aYEllQRoJ import { Separator as SeparatorPrimitive } from 'bits-ui' - import { cn } from '$lib/utils' + import { cn } from '$lib/utils.js' type $$Props = SeparatorPrimitive.Props @@ -12,10 +12,10 @@