Stories were throwing without AuthModal/CreateFlow providers, autodocs was a no-op, and several DS/create-flow screens had no stories.
18 lines
446 B
JavaScript
18 lines
446 B
JavaScript
import { ConflictManagementScreen } from "../../app/(app)/create/screens/card/ConflictManagementScreen";
|
|
|
|
export default {
|
|
title: "Pages/Create Flow/Conflict management",
|
|
component: ConflictManagementScreen,
|
|
parameters: {
|
|
layout: "fullscreen",
|
|
docs: {
|
|
description: {
|
|
component:
|
|
"Conflict management step: card stack, customize modals, responsive layout.",
|
|
},
|
|
},
|
|
},
|
|
};
|
|
|
|
export const Default = {};
|