forked from noxious/client
Worked on creating new characters
This commit is contained in:
@ -28,7 +28,7 @@
|
||||
<script setup>
|
||||
import { onMounted, ref } from 'vue'
|
||||
import { useSocketStore } from '@/stores/socket.ts'
|
||||
import {login, register} from '@/services/authService'
|
||||
import {login, register} from '@/services/authentication.ts'
|
||||
import { useCookies } from '@vueuse/integrations/useCookies'
|
||||
|
||||
const bgm = ref('bgm');
|
||||
|
Reference in New Issue
Block a user