build(#10336): init
This commit is contained in:
14
packages/frontend/.storybook/preview.ts
Normal file
14
packages/frontend/.storybook/preview.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import type { Preview } from '@storybook/vue3';
|
||||
import { applyTheme } from '../src/scripts/theme';
|
||||
import theme from './theme';
|
||||
import '../src/style.scss';
|
||||
|
||||
applyTheme(theme);
|
||||
|
||||
const preview = {
|
||||
parameters: {
|
||||
layout: 'centered',
|
||||
},
|
||||
} satisfies Preview;
|
||||
|
||||
export default preview;
|
Reference in New Issue
Block a user