garronej 2023-08-24 09:01:46 +02:00
parent 46201146cb
commit 74cf715381

View file

@ -11,4 +11,8 @@ export default {
component: PageStory,
} as ComponentMeta<typeof PageStory>;
export const Default: ComponentStory<typeof PageStory> = () => <PageStory />;
export const Default: ComponentStory<typeof PageStory> = () => <PageStory
kcContext={{
message: { type: "success", summary: "This is a test message" }
}}
/>;