Skip to content

Commit

Permalink
bugfix tick.helper
Browse files Browse the repository at this point in the history
  • Loading branch information
awb99 committed Apr 15, 2024
1 parent 4da04f8 commit b31892c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 18 deletions.
3 changes: 0 additions & 3 deletions resources/ext/ui-repl.edn
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
'parse-float pinkgorilla.repl.cljs.js/parse-float
'jsx->clj pinkgorilla.repl.cljs.js/jsx->clj
'to-fixed pinkgorilla.repl.cljs.js/to-fixed}
'pinkgorilla.repl.cljs.log {'info pinkgorilla.repl.cljs.log/info
'warn pinkgorilla.repl.cljs.log/warn
'error pinkgorilla.repl.cljs.log/error}
;'f {'format thi.ng.strf.core/format
; 'float thi.ng.strf.core/float}
}}
2 changes: 1 addition & 1 deletion src/demo/notebook/tick.cljs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(ns demo.notebook.tick
(:require
[tick.core :as t]
[tick.goldly :refer [dt-format]]))
[tick.helper :refer [dt-format]]))

(dt-format "YYYYMMdd HH:mm:ss" (t/now))
14 changes: 0 additions & 14 deletions src/pinkgorilla/repl/cljs/log.cljs

This file was deleted.

0 comments on commit b31892c

Please sign in to comment.