From d7edbf05ab0e90eedcb99e4462e3a61793b2eff9 Mon Sep 17 00:00:00 2001 From: schererleander Date: Thu, 25 Dec 2025 18:09:23 +0100 Subject: remove all files --- src/components/ui/separator.tsx | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 src/components/ui/separator.tsx (limited to 'src/components/ui/separator.tsx') diff --git a/src/components/ui/separator.tsx b/src/components/ui/separator.tsx deleted file mode 100644 index bb3ad74..0000000 --- a/src/components/ui/separator.tsx +++ /dev/null @@ -1,26 +0,0 @@ -import * as React from "react" -import * as SeparatorPrimitive from "@radix-ui/react-separator" - -import { cn } from "@/lib/utils" - -function Separator({ - className, - orientation = "horizontal", - decorative = true, - ...props -}: React.ComponentProps) { - return ( - - ) -} - -export { Separator } -- cgit v1.3.1