This commit is contained in:
Morten Olsen
2024-06-27 11:54:49 +02:00
commit 7db07922aa
69 changed files with 21566 additions and 0 deletions

View File

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