File tree Expand file tree Collapse file tree 6 files changed +4
-4
lines changed
Expand file tree Collapse file tree 6 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11"use client" ;
22
3- import { AuthHook } from "@/components/ hooks/auth-hook" ;
3+ import { AuthHook } from "@/hooks/auth-hook" ;
44import {
55 authenticationChecker ,
66 authenticationSchema ,
Original file line number Diff line number Diff line change 11"use client" ;
22
3- import { AuthHook } from "@/components/ hooks/auth-hook" ;
3+ import { AuthHook } from "@/hooks/auth-hook" ;
44import { useRouter } from "next/navigation" ;
55import { useEffect } from "react" ;
66
Original file line number Diff line number Diff line change 11"use client" ;
22
3- import { AuthHook } from "@/components/ hooks/auth-hook" ;
3+ import { AuthHook } from "@/hooks/auth-hook" ;
44import {
55 authenticationChecker ,
66 authenticationSchema ,
Original file line number Diff line number Diff line change 11"use client" ;
22
3- import { UserHook } from "@/components/ hooks/user-hook" ;
3+ import { UserHook } from "@/hooks/user-hook" ;
44import Link from "next/link" ;
55
66interface MainPageProps { }
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments