import { CommunicationMethodsScreen } from "../../app/(app)/create/screens/card/CommunicationMethodsScreen"; export default { title: "Pages/Create Flow/Communication methods", component: CommunicationMethodsScreen, parameters: { layout: "fullscreen", docs: { description: { component: "Communication methods step (`/create/communication-methods`): card stack, modals, responsive layout.", }, }, }, decorators: [ (Story) => (