Skip to content

Commit

Permalink
fix: import on login page
Browse files Browse the repository at this point in the history
  • Loading branch information
jonat75 committed Jan 15, 2025
1 parent 77b8adc commit 53734d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/app/(default)/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import { getServerSession } from "next-auth";

import { EmailLogin } from "./EmailLogin";
import { GithubLogin } from "./GithubLogin";
import { ProConnectLogin } from "./ProConnectLogin";
import { LoginRedirect } from "./LoginRedirect";
import { ProConnectLogin } from "./ProConnectLogin";

const title = "Connexion";

Expand Down

0 comments on commit 53734d0

Please sign in to comment.