feat: add loading skeleton components for improved user experience during data fetching
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import LoadingSkeleton from './LoadingSkeleton';
|
||||
|
||||
export default function Loading() {
|
||||
// You can add any UI inside Loading, including a Skeleton.
|
||||
return <LoadingSkeleton />
|
||||
}
|
||||
Reference in New Issue
Block a user