Update src/app/shop/page.tsx

This commit is contained in:
2026-02-21 23:06:45 +00:00
parent 5fad0c99f9
commit 00d0a554ef

View File

@@ -134,4 +134,4 @@ export default function ShopPage() {
<ShopPageContent /> <ShopPageContent />
</Suspense> </Suspense>
); );
} }