From 1e99f3a8c671915f6a232245eb9bff54a0b33027 Mon Sep 17 00:00:00 2001 From: Mastan Sayyad Date: Mon, 17 Jun 2024 11:33:47 +0530 Subject: [PATCH] Update App.jsx --- src/App.jsx | 2 ++ 1 file changed, 2 insertions(+) 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 = () => { }/> }/> }/> + } /> }/>