feat: stuff i'm tired

This commit is contained in:
Daniel Ledda
2022-03-27 00:28:51 +01:00
parent 8056a5dc89
commit fcec98d7e5
18 changed files with 400 additions and 154 deletions

View File

@@ -6,6 +6,7 @@ const appNode = document.querySelector("#app");
if (appNode) {
try {
const appRoot = new RootView({
orientation: "vertical",
title: "Drum Slayer",
});
// eslint-disable-next-line @typescript-eslint/ban-ts-comment