import { DecisionApproachesScreen } from "../../app/(app)/create/screens/right-rail/DecisionApproachesScreen"; export default { title: "Pages/Create Flow/Decision approaches", component: DecisionApproachesScreen, parameters: { layout: "fullscreen", docs: { description: { component: "Decision-making sidebar layout with CardStack and supporting content.", }, }, }, decorators: [ (Story) => (