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 = {};