2022-09-12 16:47:38 +10:00

8 lines
186 B
JavaScript

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