Skip to content

Commit

Permalink
simplify term details routes
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyNenashev committed Dec 6, 2023
1 parent 9f6e569 commit c6c2c00
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const LinkedColumnsList = lazy(
const TermDetailsRoutes: React.FC = () => (
<AppSuspenseWrapper>
<Routes>
<Route path=':termDetailsView(overview|linked-entities|linked-columns)' />
<Route path='overview' element={<Overview />} />
<Route path='linked-entities' element={<LinkedEntitiesList />} />
<Route path='linked-columns' element={<LinkedColumnsList />} />
Expand Down

0 comments on commit c6c2c00

Please sign in to comment.