Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Commit

Permalink
fix routing
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusfrancisco committed Dec 26, 2023
1 parent e030abb commit 30c92ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/front/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
(defnc app []
($ rrd/BrowserRouter
($ rrd/Routes
($ rrd/Route {:path "/home-page-eg" :element ($ home-page)})
($ rrd/Route {:path "/" :element ($ home-page)})
($ rrd/Route {:path "/code-page-eg" :element ($ code-page)})
($ rrd/Route {:path "/about-page-eg" :element ($ about-page)})
($ rrd/Route {:path "404" :element ($ not-found-page)}))))
Expand Down

0 comments on commit 30c92ee

Please sign in to comment.