npm run format, moved some files for improved file structure, removed redundant logic

This commit is contained in:
2025-02-05 00:19:55 +01:00
parent aee18956f3
commit 2b40741ca7
26 changed files with 218 additions and 238 deletions

View File

@ -30,7 +30,7 @@
<script setup lang="ts">
import Modal from '@/components/utilities/Modal.vue'
import { resetPassword } from '@/services/authentication'
import { resetPassword } from '@/services/authenticationService'
import { useGameStore } from '@/stores/gameStore'
import { ref } from 'vue'