Move csf4 stories

This commit is contained in:
Kasper Peulen 2025-01-31 14:25:39 +01:00
parent a838e73c0c
commit dc79392a1a
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
import config from '#.storybook/preview';
const meta = config.meta({
component: globalThis.Components.Button,
component: (globalThis as any).Components.Button,
args: {
label: 'Hello world!',
},