1
0
forked from noxious/client

Removed redundant imports

This commit is contained in:
2024-09-22 02:17:29 +02:00
parent 9b592d6c7c
commit 9dd0be8749
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
import { ref } from 'vue'
import { useGameStore } from '@/stores/gameStore'
export function useCameraControls(scene: Phaser.Scene): any {