diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index d8ae384..056fbb2 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -19,25 +19,27 @@ function ShopPageContent() { if (isLoading) { return ( @@ -51,25 +53,27 @@ function ShopPageContent() { return ( @@ -95,4 +99,4 @@ export default function ShopPage() { ); -} \ No newline at end of file +}