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('')
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
import { InputNumber } from 'antd'
|
||||
import { useState } from 'react'
|
||||
import { Button } from '../../elements/Button'
|
||||
|
||||
import '../../scss/transaction-modal.scss'
|
||||
type Props = {
|
||||
@@ -52,8 +53,8 @@ export const TransactionForm = ({ stackId }: Props) => {
|
||||
Select Account
|
||||
</option>
|
||||
</select>
|
||||
<button type="button">cancel</button>
|
||||
<button type="submit">Submit</button>
|
||||
<Button htmlType="button">cancel</Button>
|
||||
<Button htmlType="submit">Submit</Button>
|
||||
</label>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user