mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
6 lines
110 B
JavaScript
6 lines
110 B
JavaScript
import globalThis from 'global';
|
|
|
|
import { Button } from './Button.jsx';
|
|
|
|
globalThis.Components = { Button };
|