erm what the sigma
This commit is contained in:
15
app/dashboard/products/loading.tsx
Normal file
15
app/dashboard/products/loading.tsx
Normal file
@@ -0,0 +1,15 @@
|
||||
import Layout from "@/components/layout/layout";
|
||||
import PageLoading from "@/components/dashboard/page-loading";
|
||||
|
||||
export default function ProductsLoading() {
|
||||
return (
|
||||
<Layout>
|
||||
<PageLoading
|
||||
title="Loading products..."
|
||||
subtitle="Please wait while we fetch your store's product data"
|
||||
layout="grid"
|
||||
itemsCount={8}
|
||||
/>
|
||||
</Layout>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user