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