Files
community-rule/stories/pages/InformationalPage.stories.js
T
adilallo db1581337c chore: catch up Storybook preview, coverage, and story hygiene
Stories were throwing without AuthModal/CreateFlow providers, autodocs was a no-op, and several DS/create-flow screens had no stories.
2026-08-17 19:25:46 -06:00

10 lines
271 B
JavaScript

import { InformationalScreen } from "../../app/(app)/create/screens/informational/InformationalScreen";
export default {
title: "Pages/Create Flow/Informational",
component: InformationalScreen,
parameters: { layout: "fullscreen" },
};
export const Default = {};