Migrate to storybook 7

This commit is contained in:
Joseph Garrone
2024-02-13 01:03:13 +01:00 Unverified
parent f2100374dc
commit 8e1a34e8f0
18 changed files with 4902 additions and 334 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ export function createPageStory<PageId extends KcContext["pageId"]>(params: {
return (
<>
{/* If you import custom fonts in your index.html you have to import them in storybook as well*/}
<link rel="stylesheet" type="text/css" href="fonts/WorkSans/font.css" />
<link rel="stylesheet" type="text/css" href={`${import.meta.env.BASE_URL}fonts/WorkSans/font.css`} />
<KcApp kcContext={kcContext} />
</>
);