mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 15:31:16 +08:00
9 lines
245 B
JavaScript
9 lines
245 B
JavaScript
import { global } from '@storybook/global';
|
|
|
|
import Button from './button.component';
|
|
import Html from './html.component';
|
|
import Pre from './pre.component';
|
|
import Form from './form.component';
|
|
|
|
global.Components = { Button, Html, Pre, Form };
|