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