Skip to content

Commit

Permalink
next time refactor your own mistakes on your own
Browse files Browse the repository at this point in the history
  • Loading branch information
dEdmishka committed Jan 19, 2024
1 parent c45fa99 commit f726f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Pages/Auth/FormAuth.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
'use client'

import Button from '@/components/ui/index/Button'
import Form from '@/ui/form/Form'
import FormCheckbox from '@/ui/form/FormCheckbox'
import FormControl from '@/ui/form/FormControl'
import FormInput from '@/ui/form/FormInput'
import FormLabel from '@/ui/form/FormLabel'
import Button from '@/ui/index/Button'
import { FC, FormEvent } from 'react'

const AuthForm: FC = () => {
Expand Down

0 comments on commit f726f34

Please sign in to comment.