I run this command:
npm run build
And I get this error:
> Build optimization failed: found page without a React Component as default export in
pages/library/store
And this is my store.tsx
:
const store = new Map<string, any>();
export default store;
How can I fix it?