wip
This commit is contained in:
@@ -13,7 +13,7 @@ interface ProductPageProps {
|
||||
|
||||
const components = {
|
||||
ProductTechnicalData,
|
||||
// Add other components if needed
|
||||
p: (props: any) => <div {...props} className="mb-4" />,
|
||||
};
|
||||
|
||||
export default async function ProductPage({ params }: ProductPageProps) {
|
||||
|
||||
Reference in New Issue
Block a user