Skip to content

Commit e097b95

Browse files
authored
Merge pull request #9 from allaboutapps/dev
fix hot reload
2 parents d03ba8f + 5e7fdea commit e097b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/[lang]/(pages)/login/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
import { AuthLoginSite } from "./AuthLoginSite";
44

55
export default function AuthLoginPage() {
6-
return AuthLoginSite();
6+
return <AuthLoginSite />;
77
}

0 commit comments

Comments
 (0)