Skip to content

Commit

Permalink
feat: add Skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-Mogilski committed Nov 14, 2023
1 parent d2bc8bd commit edbb340
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/app/[lang]/category/[slug]/loading.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import { Skeleton } from "@/components/ui/Skeleton/Skeleton"

export default function Loading() {
return (
<div className="w-full">
<Skeleton className="min-h-[150px] w-full" />
</div>
)
}

0 comments on commit edbb340

Please sign in to comment.