Chapter 9 - create route group

This commit is contained in:
2024-01-02 18:00:41 +01:00
parent 45036d14ad
commit c52d9d55bc
2 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
import DashboardSkeleton from '@/app/ui/skeletons';
export default function Loading() {
return <DashboardSkeleton />;
}