Comprehensive admin + user dashboards (production-ready)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import { HeaderSkeleton, Skeleton, ListSkeleton } from "@/components/ui/skeleton";
|
||||
|
||||
export default function ApiKeysLoading() {
|
||||
return (
|
||||
<>
|
||||
<HeaderSkeleton />
|
||||
<div className="max-w-2xl space-y-6">
|
||||
<Skeleton className="h-20 rounded-2xl" />
|
||||
<ListSkeleton rows={3} />
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user