connected api with profile, order
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { Metadata } from "next"
|
||||
import { notFound } from "next/navigation"
|
||||
import ProductPageContent from "./ProductPageContent"
|
||||
import ProductPageContent from "../../../../features/products/components/ProductPageContent"
|
||||
|
||||
type Props = {
|
||||
params: Promise<{ locale: string; slug: string }>
|
||||
|
||||
Reference in New Issue
Block a user