This commit is contained in:
Joseph Garrone 2024-06-06 07:46:48 +02:00
parent 9420dc118a
commit f3036ec2c3
8 changed files with 23 additions and 354 deletions

View file

@ -32,12 +32,11 @@ export function createPageStory<PageId extends KcContext["pageId"]>(params: {
overrides
});
return (
<>
<KcApp kcContext={kcContextMock} />
</>
);
return <KcApp kcContext={kcContextMock} />;
}
return { PageStory };
}
export const parameters = {
};