import {Notify} from '@schukai/component-notify/source/notify.mjs';

const notify = document.createElement('monster-notify');
document.body.appendChild(notify);