Skip to content

Commit

Permalink
fix(navigation): Redirect deprecated urls /2
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed Jan 29, 2024
1 parent 6d10ec5 commit a4c7f9c
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import NationalThesis from './pages/BaroNational/NationalThesis';
import BaroSante from './pages/BaroSante';
import EssaisCliniques from './pages/BaroSante/EssaisCliniques';
import Etudes from './pages/BaroSante/Etudes';
import SantePublications from './pages/BaroSante/SantePublications';
import DataCode from './pages/DataCode';
import HowTo from './pages/Declinaisons/HowTo';
import Variations from './pages/Declinaisons/Variations';
Expand Down Expand Up @@ -183,20 +182,6 @@ function App() {
path={urls.sante[key]}
/>
))}
{urls.santePublications.tabs.map((tab) => Object.keys(tab).map((key) => (
<Route
element={(
<PageTracker>
<GraphNavigationContextProvider>
<SantePublications />
</GraphNavigationContextProvider>
</PageTracker>
)}
exact
key={key}
path={tab[key]}
/>
)))}
{urls.santeEssais.tabs.map((tab) => Object.keys(tab).map((key) => (
<Route
element={(
Expand Down

0 comments on commit a4c7f9c

Please sign in to comment.