import '../src/index'; import { html, render } from 'lit'; const modal = html`
Modal header
Content text
Закрыть
`; render(modal, document.getElementById('app'));