Skip to content

Commit 1ba6762

Browse files
committed
fix: removed unused fragment
1 parent a910b08 commit 1ba6762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cashier/src/pages/account-transfer/account-transfer-form/account-transfer-form.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { Fragment } from 'react';
1+
import React from 'react';
22
import { Link, useHistory } from 'react-router-dom';
33
import classNames from 'classnames';
44
import { Field, FieldProps, Form, Formik } from 'formik';

0 commit comments

Comments
 (0)