import React, { FC } from "react"; const InputField: FC = () => { return (
); }; export default InputField;