Files
community-rule/stories/pages/SelectPage.stories.js
T
2026-04-13 18:24:13 -06:00

10 lines
271 B
JavaScript

import { CommunitySizeSelectScreen } from "../../app/create/screens/select/CommunitySizeSelectScreen";
export default {
title: "Pages/Create/CommunitySize",
component: CommunitySizeSelectScreen,
parameters: { layout: "fullscreen" },
};
export const Default = {};