removed file ext

This commit is contained in:
Dennis Postma 2024-06-06 19:39:23 +02:00
parent bd84205207
commit 8eddfdcc69

View File

@ -27,8 +27,8 @@
<script setup lang="ts">
import { ref } from 'vue'
import { useSocketStore } from '@/stores/socket.ts'
import { login, register } from '@/services/authentication.ts'
import { useSocketStore } from '@/stores/socket'
import { login, register } from '@/services/authentication'
import { useNotificationStore } from '@/stores/notifications'
const bgm = ref('bgm')