Skip to content

Commit

Permalink
explain why routes is broken if extract
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtized committed Jun 14, 2024
1 parent 3b9c18f commit a11ba28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/shimmers/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
[{:start #(favicon/start 333)
:stop #(favicon/stop)}])

;; FIXME: moving this to a different namespace seems to break routing
;; index does not load and p5 is not required somehow
;; FIXME: handle invalid paths, re-route to index by-alphabetical
(def routes
[["/" ::root]
Expand Down

0 comments on commit a11ba28

Please sign in to comment.