Fix store name

This commit is contained in:
Douglas Barone 2023-06-29 12:28:39 -04:00
parent 9e8aa9667c
commit 445eb3fc7a

View File

@ -64,7 +64,7 @@ import { ref, reactive } from 'vue'
import { api } from '@/api'
import { getJwtToken, saveJwtToken } from '@/auth'
import { useRouter } from 'vue-router'
import { useAppStore } from '@/store/app'
import { useAppStore } from '@/store/appStore'
const router = useRouter()