Better export setting up inside index.js export { default as Navbar } from './Navbar/Navbar'; export { default as Footer } from './Footer/Footer'; export { default as InfoSection } from './InfoSection/InfoSection'; export { default as Pricing } from './Pricing/Pricing';
StoryBook Gist import { Meta, StoryObj } from "@storybook/react" import { Component } from "./GameScreen" const meta: Meta<typeof Component> = { component: Component, title: "Formapp/Player/Sessions/DefaultStoryName", tags: ["autodocs"], }