Chapter 9 - add streaming feature

This commit is contained in:
2024-01-02 17:44:46 +01:00
parent 62b58918d0
commit 45036d14ad

View File

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