Michael Shilman c2042c393a fix typo
2022-09-18 01:54:09 +08:00

10 lines
270 B
JavaScript

import globalThis from 'global';
import { Button } from './Button.jsx';
import { Pre } from './Pre.jsx';
import { Form } from './Form.jsx';
import { Html } from './Html.jsx';
globalThis.Components = { Button, Pre, Form, Html };
globalThis.storybookRenderer = 'react';