diff options
Diffstat (limited to 'apps/web/components/dashboard/admin/AdminCard.tsx')
| -rw-r--r-- | apps/web/components/dashboard/admin/AdminCard.tsx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/web/components/dashboard/admin/AdminCard.tsx b/apps/web/components/dashboard/admin/AdminCard.tsx deleted file mode 100644 index 3a52b5e5..00000000 --- a/apps/web/components/dashboard/admin/AdminCard.tsx +++ /dev/null @@ -1,3 +0,0 @@ -export function AdminCard({ children }: { children: React.ReactNode }) { - return <div className="rounded-md border bg-background p-4">{children}</div>; -} |
