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

10 lines
292 B
JavaScript

import { global as globalThis } from '@storybook/global';
import Button from './Button.svelte';
import Pre from './Pre.svelte';
import Form from './Form.svelte';
import Html from './Html.svelte';
globalThis.Components = { Button, Pre, Form, Html };
globalThis.storybookRenderer = 'svelte';