Issue with ecosystem-04
bore-prog opened this issue · 1 comments
bore-prog commented
Describe the bug, the incomprehension
In this part :
// App.tsx
...
// eslint-disable-next-line import/no-default-export
// export default App; <------ comment this for now
// return Storybook's UI
export { default } from "./storybook"/ App.tsx
...
// eslint-disable-next-line import/no-default-export
// export default App; <------ comment this for now
// return Storybook's UI
export { default } from "./storybook";
export { default } from "./storybook"; is meant to be export { default } from "./.storybook";
Additional info
No response
MatthysDev commented
Thanks for your contribution 🚀
It's fixed now.