From 66668d85d603c5841d755a6023aa1925559fc6d4 Mon Sep 17 00:00:00 2001 From: 苏向夜 Date: Wed, 25 Feb 2026 01:32:51 +0800 Subject: chore(workspace): replace legacy codes --- packages/ui-new/src/components/ui/separator.tsx | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 packages/ui-new/src/components/ui/separator.tsx (limited to 'packages/ui-new/src/components/ui/separator.tsx') diff --git a/packages/ui-new/src/components/ui/separator.tsx b/packages/ui-new/src/components/ui/separator.tsx deleted file mode 100644 index e91a862..0000000 --- a/packages/ui-new/src/components/ui/separator.tsx +++ /dev/null @@ -1,25 +0,0 @@ -"use client"; - -import { Separator as SeparatorPrimitive } from "@base-ui/react/separator"; - -import { cn } from "@/lib/utils"; - -function Separator({ - className, - orientation = "horizontal", - ...props -}: SeparatorPrimitive.Props) { - return ( - - ); -} - -export { Separator }; -- cgit v1.2.3-70-g09d2