feat: add loading and page skeleton components

This commit is contained in:
Poyraz Avsever
2026-03-10 10:29:37 +03:00
parent 29a0a8a893
commit 98f8f7f175
2 changed files with 31 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import { PageSkeleton } from "@/components/page-skeleton";
export default function Loading() {
return <PageSkeleton />;
}