Skip to content

Commit

Permalink
rename AuthForm to FormAuth
Browse files Browse the repository at this point in the history
  • Loading branch information
firehawk89 committed Jan 5, 2024
1 parent cae3ba6 commit b647607
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/auth/page.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import AuthForm from '@/components/Pages/Auth/AuthForm'
import FormAuth from '@/components/Pages/Auth/FormAuth'
import ImageCard from '@/components/Pages/Auth/ImageCard'
import Image from 'next/image'

Expand All @@ -11,7 +11,7 @@ export default function Auth() {
</ImageCard>
<div>
<h1 className="title-lg">Authentication</h1>
<AuthForm />
<FormAuth />
</div>
</div>
</section>
Expand Down
File renamed without changes.

0 comments on commit b647607

Please sign in to comment.