1
0
mirror of https://github.com/storybookjs/storybook.git synced 2025-04-11 00:06:25 +08:00
2022-09-15 16:05:35 +10:00

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 };