Reactjs – Type error: Page "" has an invalid "default" export: Type "" is not valid
I'm working on a small project using nextjs 13, trying to display products currently stored in json file (later will move to DB). Application is running correctly, however when building it fails on linting. Error: Type error: Page "src/app/shop/page.tsx" has…