Skip to content

Commit

Permalink
nano-id bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
awb99 committed Sep 16, 2024
1 parent 1823e24 commit 4abe070
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions reval-ui/resources/ext/nano-id.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{:name "nano-id"
; build
:lazy true
:cljs-namespace [nano-id.core]
:cljs-ns-bindings {'nano-id.core {'nano-id nano-id.core/nano-id}}}
2 changes: 1 addition & 1 deletion reval-ui/resources/ext/reval-ui.edn
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{:name "reval-ui"
; build
:lazy true
:depends-on #{:ui-codemirror :ui-repl :ui-rnd}
:depends-on #{:ui-codemirror :ui-repl :ui-rnd :nano-id}
:cljs-namespace [reval.viz.data
reval.viz.render-fn
reval.type.cljs ; side-effects; load protocols for cljs and sci
Expand Down

0 comments on commit 4abe070

Please sign in to comment.