8 lines
120 B
TypeScript
8 lines
120 B
TypeScript
|
import 'index.css';
|
||
|
|
||
|
import { Preview } from '@storybook/react';
|
||
|
|
||
|
const preview: Preview = {};
|
||
|
|
||
|
export default preview;
|