fix: correct paths to version

This commit is contained in:
2024-06-22 12:11:45 -04:00
parent 68c242ae81
commit 9fdab2acc9
5 changed files with 5 additions and 7 deletions

View File

@@ -83,7 +83,7 @@ import { Dialog, Notify } from 'quasar';
import { useAuthStore } from 'src/stores/auth';
import { useRouter } from 'vue-router';
import { AppwriteException } from 'appwrite';
import { APP_VERSION } from 'version.js';
import { APP_VERSION } from 'src/version.js';
const email = ref('');
const token = ref('');