added suggestions

This commit is contained in:
2022-07-26 07:01:18 -07:00
parent 96c80853ef
commit 84f7e734f0
65 changed files with 130 additions and 1140 deletions

View File

@@ -1,5 +1,6 @@
(ns ^:figwheel-hooks auto-ap.reload)
#_{:clj-kondo/ignore [:clojure-lsp/unused-public-var]}
(defn ^:after-load reload []
(println "RELOADING")
(@(resolve 'auto-ap.core/mount-root)))