Skip to content

Commit

Permalink
added ml hub to router
Browse files Browse the repository at this point in the history
  • Loading branch information
dhannywi committed Feb 28, 2024
1 parent e5cd29b commit bb94daf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tapis-app/_Router/Router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ const Router: React.FC = () => {
<ProtectedRoute path="/workflows">
<Workflows />
</ProtectedRoute>
<ProtectedRoute path="/ml-hub">
{/* TODO: create ML Hub */}
</ProtectedRoute>
<Route path="/uipatterns">
<SectionHeader>UI Patterns</SectionHeader>
<UIPatterns />
Expand Down

0 comments on commit bb94daf

Please sign in to comment.