Update loading.tsx
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import { Skeleton } from "@/components/ui/skeleton";
|
||||
import { Card, CardContent, CardHeader } from "@/components/ui/card";
|
||||
import Layout from "@/components/layout/layout";
|
||||
|
||||
export default function AnalyticsLoading() {
|
||||
return (
|
||||
<Layout>
|
||||
<div className="space-y-6">
|
||||
<div>
|
||||
<Skeleton className="h-8 w-64 mb-2" />
|
||||
@@ -55,5 +57,6 @@ export default function AnalyticsLoading() {
|
||||
</Card>
|
||||
</div>
|
||||
</div>
|
||||
</Layout>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user