RaspberryRocketeer/frontend/src/components/Game.vue
2023-01-12 12:14:59 +01:00

11 lines
No EOL
147 B
Vue

<template>
<div class="wrapper">
<main></main>
</div>
</template>
<script lang="ts">
export default {
name: "Game"
}
</script>