moving to elements

This commit is contained in:
Elijah Lucian
2021-07-13 17:51:30 -06:00
parent 2b94223389
commit 49a3fa1d5f
5 changed files with 13 additions and 8 deletions
+2 -1
View File
@@ -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('')