Tom Coleman 383d4ba861 Revert "Undo accidental push of tom/sb-557-typescript-2"
This reverts commit 1cfc7203af2dd81d9484d1a569c9fb4e31396ea0.
2022-10-12 13:20:38 +11:00

10 lines
271 B
JavaScript

import globalThis from 'global';
import { Button } from './Button.jsx';
import { Pre } from './Pre.jsx';
import { Form } from './Form.jsx';
import { Html } from './Html.jsx';
globalThis.Components = { Button, Pre, Form, Html };
globalThis.storybookRenderer = 'preact';