import globalThis from 'global';

import { Button } from './Button.jsx';

globalThis.Components = { Button };