We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9868c0 commit a2e5a1bCopy full SHA for a2e5a1b
‎src/app/page.tsx‎
@@ -4,7 +4,7 @@ import { useRouter } from 'next/navigation'
4
5
import axios from 'axios'
6
7
-import { useAuthStore } from '@/services/store/auth'
+import { useAuthStore } from '@/stores/useAuthStore'
8
9
export default function Home(): JSX.Element {
10
const { logout } = useAuthStore()
0 commit comments