feat: add loading and page skeleton components
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { PageSkeleton } from "@/components/page-skeleton";
|
||||
|
||||
export default function Loading() {
|
||||
return <PageSkeleton />;
|
||||
}
|
||||
Reference in New Issue
Block a user