2022-10-10 09:02:44 +02:00

10 lines
253 B
JavaScript

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