Files
community-rule/stories/pages/ReviewPage.stories.js
T
2026-04-18 14:12:49 -06:00

10 lines
258 B
JavaScript

import { CommunityReviewScreen } from "../../app/(app)/create/screens/review/CommunityReviewScreen";
export default {
title: "Pages/Create/Review",
component: CommunityReviewScreen,
parameters: { layout: "fullscreen" },
};
export const Default = {};