// InputForm.tsx import React from 'react'; const InputForm: React.FC = () => { return (
); }; export default InputForm;