moving to elements
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { Button, Input, Layout } from 'antd'
|
||||
import { Input, Layout } from 'antd'
|
||||
import { useState } from 'react'
|
||||
import { Button } from '../../elements/Button'
|
||||
|
||||
export const ForgotPassword = () => {
|
||||
const [email, setEmail] = useState('')
|
||||
|
||||
Reference in New Issue
Block a user