1
0
forked from noxious/client

8 lines
142 B
Vue

<template></template>
<script setup lang="ts">
import { useGameStore } from '@/stores/gameStore'
const gameStore = useGameStore()
</script>