trying to resolve next/font bug

This commit is contained in:
2025-02-03 13:33:15 -05:00
parent f614b064a0
commit 239f6bceda
5 changed files with 13 additions and 6 deletions

View File

@@ -1,5 +1,11 @@
'use server'
export const ProductPage = async (props: any) => {
interface ProductPageProps {
data: {
modelnumber: string;
};
}
export const ProductPage = async (props: ProductPageProps) => {
return (
<div className="fixed pin z-50 overflow-auto bg-smoke-light flex">
{props.data.modelnumber}