init
This commit is contained in:
6
src/app/example/dashboard/overview/@sales/loading.tsx
Normal file
6
src/app/example/dashboard/overview/@sales/loading.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import { RecentSalesSkeleton } from '@/features/overview/components/recent-sales-skeleton';
|
||||
import React from 'react';
|
||||
|
||||
export default function Loading() {
|
||||
return <RecentSalesSkeleton />;
|
||||
}
|
||||
Reference in New Issue
Block a user