Update src/app/bagels/page.tsx

This commit is contained in:
2026-03-02 10:19:56 +00:00
parent 529ad05bbc
commit 61556f6a7b

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';