Skip to content

Commit 0d5cc1b

Browse files
authored
Rename forms to PascalCase (#9)
1 parent 04a016f commit 0d5cc1b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

project/apps/web/app/auth/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import {
1010
CardHeader,
1111
CardTitle,
1212
} from "@/components/ui/card";
13-
import { SignInForm } from "./signInForm";
14-
import { SignUpForm } from "./signUpForm";
13+
import { SignInForm } from "./SignInForm";
14+
import { SignUpForm } from "./SignUpForm";
1515
import { PublicPageWrapper } from "@/components/AuthWrappers/PublicPageWrapper";
1616
import { LANDING } from "@/lib/routes";
1717

0 commit comments

Comments
 (0)