Skip to content

Commit a2e5a1b

Browse files
committed
[#56] 🚚 rename module import path
1 parent d9868c0 commit a2e5a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/app/page.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { useRouter } from 'next/navigation'
44

55
import axios from 'axios'
66

7-
import { useAuthStore } from '@/services/store/auth'
7+
import { useAuthStore } from '@/stores/useAuthStore'
88

99
export default function Home(): JSX.Element {
1010
const { logout } = useAuthStore()

0 commit comments

Comments
 (0)