Skip to content

Commit

Permalink
fix timeline page refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelef committed Oct 2, 2023
1 parent ced4e39 commit 9dd14e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 74 deletions.
2 changes: 1 addition & 1 deletion website/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ function App() {
<Routes>
<Route path="/" element={<Table />} />
<Route path="/table" element={<Table />} />
<Route path="/starstimeline" element={<TimeSeriesChart />} />
<Route path="/starstimeline" element={<StarsTimeline />} />
</Routes>
</section>
</div>
Expand Down
73 changes: 0 additions & 73 deletions website/src/DepsChart.tsx

This file was deleted.

0 comments on commit 9dd14e7

Please sign in to comment.