refactor: use composable for PocketBase instance in gameroom

This commit is contained in:
Esa Kataja
2025-11-21 15:47:33 +02:00
parent bae4153201
commit 9ffb87475b
+1 -2
View File
@@ -1,7 +1,6 @@
<script setup lang="ts">
import PocketBase from 'pocketbase'
const pb = new PocketBase('http://localhost:8090')
const { pb } = usePocketbase()
type playfieldButton = {
id: number,