Skip to content

Commit

Permalink
simplify deps for display-tree
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtized committed Feb 4, 2024
1 parent faee276 commit ac74e97
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/shimmers/sketches/display_tree.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
[thi.ng.geom.core :as g]
[thi.ng.geom.rect :as rect]
[thi.ng.geom.vector :as gv]
[thi.ng.math.core :as tm]
[thi.ng.geom.polygon :as gp]))
[thi.ng.math.core :as tm]))

(defonce ui-state (ctrl/state {:debug false}))

Expand Down

0 comments on commit ac74e97

Please sign in to comment.