diff --git a/src/App.jsx b/src/App.jsx index 5ca5642..b9a351b 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -31,6 +31,7 @@ import HowItWorks from "./Pages/HowItWorks"; import InvestorManagementPage from "./Pages/InvestorManagementPage"; import FinancialServices from './Pages/FinancialServices' import FullServiceFund from './Pages/FullServiceFund'; +import FeedbackPage from './Pages/FeedbackForm'; import { PiSelectionInverseThin } from "react-icons/pi"; import Notfound from './Components/Notfound/Notfound'; import { useSelector } from 'react-redux'; @@ -72,6 +73,7 @@ const App = () => { }/> }/> }/> + } /> }/>