completed game importing; partial work on version importing

This commit is contained in:
DecDuck
2024-10-11 00:37:08 +11:00
parent 718f5ba514
commit a7c33e7d43
42 changed files with 1499 additions and 281 deletions
-3
View File
@@ -3,7 +3,6 @@
<UserHeader />
<div class="grow flex">
<NuxtPage />
{{ test }}
</div>
<UserFooter />
</content>
@@ -16,6 +15,4 @@ useHead({
return `Drop`;
},
});
const test = useTask("test");
</script>