mirror of
https://github.com/FJurmanovic/wallet-web.git
synced 2026-02-06 06:08:10 +00:00
fixed element names
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
import 'layouts';
|
||||
import 'components';
|
||||
import 'pages';
|
||||
|
||||
const app = document.getElementById('app');
|
||||
const _appShadow = document.createElement('app-shadow');
|
||||
app.appendChild(_appShadow);
|
||||
|
||||
Reference in New Issue
Block a user