mirror of
https://github.com/FJurmanovic/wallet-web.git
synced 2026-02-06 14:18:08 +00:00
initialized webpack and babel
This commit is contained in:
3
src/index.ts
Normal file
3
src/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
const main = document.querySelector("app-main");
|
||||
|
||||
if (main) main.innerHTML = "Works";
|
||||
Reference in New Issue
Block a user