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 };