Chapter 9 - add streaming feature
This commit is contained in:
5
app/dashboard/loading.tsx
Normal file
5
app/dashboard/loading.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import DashboardSkeleton from '@/app/ui/skeletons';
|
||||
|
||||
export default function Loading() {
|
||||
return <DashboardSkeleton />;
|
||||
}
|
||||
Reference in New Issue
Block a user