2024-08-08 13:00:19 +02:00

9 lines
245 B
JavaScript

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