UNPKG

107 BJavaScriptView Raw
1import App from './index.html';
2
3const target = document.getElementById('app-root');
4
5new App({ target });