We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04a016f commit 0d5cc1bCopy full SHA for 0d5cc1b
project/apps/web/app/auth/signInForm.tsx renamed to project/apps/web/app/auth/SignInForm.tsx
project/apps/web/app/auth/signUpForm.tsx renamed to project/apps/web/app/auth/SignUpForm.tsx
project/apps/web/app/auth/page.tsx
@@ -10,8 +10,8 @@ import {
10
CardHeader,
11
CardTitle,
12
} from "@/components/ui/card";
13
-import { SignInForm } from "./signInForm";
14
-import { SignUpForm } from "./signUpForm";
+import { SignInForm } from "./SignInForm";
+import { SignUpForm } from "./SignUpForm";
15
import { PublicPageWrapper } from "@/components/AuthWrappers/PublicPageWrapper";
16
import { LANDING } from "@/lib/routes";
17
0 commit comments