Skip to content

Commit

Permalink
fix: adhoc comparison / diff routes. (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
abeaumont committed Feb 14, 2022
1 parent 8e77b8b commit 1ab101c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions webapp/javascript/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ function App() {
<Route path="/adhoc-single">
<AdhocSingle />
</Route>
<Route path="/comparison">
<ComparisonApp />
<Route path="/adhoc-comparison">
<AdhocComparison />
</Route>
<Route path="/comparison-diff">
<ComparisonDiffApp />
<Route path="/adhoc-comparison-diff">
<AdhocComparisonDiff />
</Route>
</>
)}
Expand Down

0 comments on commit 1ab101c

Please sign in to comment.