Skip to content

Commit

Permalink
add current benefits back
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebPena committed Dec 3, 2024
1 parent 7ca3109 commit 39fb1da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import CcigLandingPage from './Components/CcigComponents/CcigLandingPage';
import languageRouteWrapper from './Components/RouterUtil/LanguageRouter';
import SelectStatePage from './Components/Steps/SelectStatePage';
import RedirectToWhiteLabel from './Components/RouterUtil/RedirectToWhiteLabel';
import CurrentBenefits from './Components/CurrentBenefits/CurrentBenefits';

const App = () => {
const navigate = useNavigate();
Expand Down Expand Up @@ -311,6 +312,7 @@ const App = () => {
<Route path="co/ccig" element={<CcigLandingPage />} />
<Route path="step-1" element={<SelectLanguagePage />} />
<Route path="select-state" element={<SelectStatePage />} />
<Route path=":whiteLabel/current-benefits" element={<CurrentBenefits />} />
<Route path=":whiteLabel/select-state" element={<SelectStatePage />} />
<Route path=":whiteLabel/step-1" element={<SelectLanguagePage />} />
<Route path=":whiteLabel/step-2" element={<Disclaimer />} />
Expand Down

0 comments on commit 39fb1da

Please sign in to comment.