hey guys someone one know how can i fix this error?
all my components and pages are with export default its happening because of my dynamic article page.
Property 'default' is missing in type 'typeof import("C:/Users/app/(pages)/[category]/[subcategory]/[articleId]/page")' but required in type '{ default: Function; config?: {} | undefined; generateStaticParams?: Function | undefined; revalidate?: false | undefined; dynamic?: "auto" | "force-dynamic" | "error" | "force-static" | undefined; ... 6 more ...; generateMetadata?: Function | undefined; }'.
21 | generateMetadata?: Function
22 |
23 | }, TEntry, ''>>()
| ^
24 |
25 | // Check the prop type of the entry function
26 | checkFields<Diff<PageProps, FirstArg<TEntry['default']>, 'default'>>()