Skip to content

Commit 743ab94

Browse files
committed
fix: stopwatch route
1 parent 93e4955 commit 743ab94

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/AnimatedRoutes.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,10 @@ function AnimatedRoutes() {
525525
path="/apps::c4"
526526
element={<Navigate to="/apps/connect-four" replace />}
527527
/>
528+
<Route
529+
path="/apps::sw"
530+
element={<Navigate to="/apps/stopwatch" replace />}
531+
/>
528532
{/* End of hardcoded redirects */}
529533
<Route
530534
path="/apps/ip"

0 commit comments

Comments
 (0)