Minor cleanup.

This commit is contained in:
Patrick Fic
2020-06-03 16:22:50 -07:00
parent e606401e76
commit 5244056e71
3 changed files with 6 additions and 7 deletions

View File

@@ -1,7 +1,6 @@
import { Input } from "antd";
import { MailFilled } from "@ant-design/icons";
import { Input } from "antd";
import React, { forwardRef } from "react";
import { Link } from "react-router-dom";
function FormItemEmail(props, ref) {
return (
<Input