Skip to content

Commit

Permalink
chore: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
potts99 committed Oct 21, 2024
1 parent 43011d5 commit 36dc344
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/client/pages/admin/smtp/oauth.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { getCookie, setCookie } from "cookies-next";
import { useRouter } from "next/router";
import { useEffect } from "react";
import { useUser } from "../../../store/session";

export default function Login() {
const router = useRouter();
Expand Down

0 comments on commit 36dc344

Please sign in to comment.