mirror of
https://github.com/FJurmanovic/wallet-web.git
synced 2026-02-06 06:08:10 +00:00
4 lines
86 B
TypeScript
4 lines
86 B
TypeScript
const main = document.querySelector("app-main");
|
|
|
|
if (main) main.innerHTML = "Works";
|