2022-12-09 20:44:55 +01:00

10 lines
295 B
JavaScript

import { global as globalThis } from '@storybook/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';