Update src/components/ui/Separator.tsx
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
import { cls } from "@/lib/utils";
|
||||
|
||||
interface SeparatorProps {
|
||||
className?: string;
|
||||
}
|
||||
|
||||
const Separator = ({ className = "" }: SeparatorProps) => (
|
||||
<div className={cls("h-px w-full bg-foreground/10", className)} />
|
||||
);
|
||||
|
||||
export default Separator;
|
||||
|
||||
Reference in New Issue
Block a user