Files
wallet-web/src/index.ts
Fran Jurmanović fe1d84ad5c fixed element names
2021-06-13 21:29:52 +02:00

8 lines
186 B
TypeScript

import 'layouts';
import 'components';
import 'pages';
const app = document.getElementById('app');
const _appShadow = document.createElement('app-shadow');
app.appendChild(_appShadow);