import CardsPage from "../../app/create/cards/page"; export default { title: "Pages/Create Flow/Cards", component: CardsPage, parameters: { layout: "fullscreen", docs: { description: { component: "Communication / card selection step with modals and responsive layout.", }, }, }, decorators: [ (Story) => (