mirror of
https://github.com/FJurmanovic/wallet-web.git
synced 2026-02-06 14:18:08 +00:00
8 lines
186 B
TypeScript
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);
|