Skip to content

Commit

Permalink
Merge pull request #9 from allaboutapps/dev
Browse files Browse the repository at this point in the history
fix hot reload
  • Loading branch information
gottfired authored Aug 29, 2024
2 parents d03ba8f + 5e7fdea commit e097b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/[lang]/(pages)/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
import { AuthLoginSite } from "./AuthLoginSite";

export default function AuthLoginPage() {
return AuthLoginSite();
return <AuthLoginSite />;
}

0 comments on commit e097b95

Please sign in to comment.