initial
This commit is contained in:
1
web/components/ui/Card.tsx
Normal file
1
web/components/ui/Card.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export default function Card({ children }: { children: React.ReactNode }) { return <div className="rounded-lg border bg-white p-6 shadow-sm">{children}</div>; }
|
||||
Reference in New Issue
Block a user