Stories were throwing without AuthModal/CreateFlow providers, autodocs was a no-op, and several DS/create-flow screens had no stories.
10 lines
303 B
JavaScript
10 lines
303 B
JavaScript
import { CommunityStructureSelectScreen } from "../../app/(app)/create/screens/select/CommunityStructureSelectScreen";
|
|
|
|
export default {
|
|
title: "Pages/Create Flow/Community structure",
|
|
component: CommunityStructureSelectScreen,
|
|
parameters: { layout: "fullscreen" },
|
|
};
|
|
|
|
export const Default = {};
|