feat: account pages framework & updates to library

This commit is contained in:
DecDuck
2025-04-01 18:28:34 +11:00
parent d7297707d7
commit 17372a9c06
15 changed files with 298 additions and 75 deletions
+2 -2
View File
@@ -35,12 +35,12 @@
import type { SerializeObject } from "nitropack";
const props = defineProps<{
game?: SerializeObject<{
game: SerializeObject<{
id: string;
mCoverId: string;
mName: string;
mShortDescription: string;
}>;
}> | undefined;
href?: string;
}>();
</script>