import React from 'react'; import FormPage from './components/FormPage'; function App() { return (

Income Tax Entry Form

); } export default App;