removed file ext
This commit is contained in:
parent
bd84205207
commit
8eddfdcc69
@ -27,8 +27,8 @@
|
|||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { ref } from 'vue'
|
import { ref } from 'vue'
|
||||||
import { useSocketStore } from '@/stores/socket.ts'
|
import { useSocketStore } from '@/stores/socket'
|
||||||
import { login, register } from '@/services/authentication.ts'
|
import { login, register } from '@/services/authentication'
|
||||||
import { useNotificationStore } from '@/stores/notifications'
|
import { useNotificationStore } from '@/stores/notifications'
|
||||||
|
|
||||||
const bgm = ref('bgm')
|
const bgm = ref('bgm')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user