Is there a function I could call from REPL to rerender all devcards?
Calling start-devcard-ui! rerenders all devcards;
start-devcard-ui!
(defn ^:after-load on-reload [] (dc/start-devcard-ui!) (println "reloaded"))