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

9 lines
245 B
JavaScript

import { global } from '@storybook/global';
import Button from './button.component';
import Html from './html.component';
import Pre from './pre.component';
import Form from './form.component';
global.Components = { Button, Html, Pre, Form };