Renamed store files to (xyz)Store for better readability
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import axios from 'axios'
|
||||
import config from '@/config'
|
||||
import { useGameStore } from '@/stores/game'
|
||||
import { useGameStore } from '@/stores/gameStore'
|
||||
import { useCookies } from '@vueuse/integrations/useCookies'
|
||||
|
||||
export async function register(username: string, password: string, gameStore = useGameStore()) {
|
||||
|
Reference in New Issue
Block a user