Skip to content

Commit

Permalink
easy
Browse files Browse the repository at this point in the history
  • Loading branch information
0-don committed Oct 9, 2024
1 parent d166194 commit e684c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(auth)/login/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use client";

import { AuthHook } from "@/components/hooks/auth-hook";
import { authUser } from "@/server/auth/typebox";
import { authUser } from "@/lib/typebox/auth";
import Link from "next/link";
import { useRouter } from "next/navigation";
import { FormEvent, useState } from "react";
Expand Down

0 comments on commit e684c45

Please sign in to comment.