This commit is contained in:
Morten Olsen
2022-05-19 15:57:20 +02:00
parent 6181eeb0c8
commit 2b0ad8592b
156 changed files with 26987 additions and 14366 deletions

View File

@@ -0,0 +1,7 @@
import { addons } from '@storybook/addons';
import { theme } from './theme';
addons.setConfig({
theme,
});