Skip to content
Snippets Groups Projects
message.mjs 161 B
import {Notify} from '@schukai/component-notify/source/message.js';

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