update
This commit is contained in:
parent
9420dc118a
commit
f3036ec2c3
8 changed files with 23 additions and 354 deletions
|
|
@ -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 = {
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue