Skip to content

Commit

Permalink
remove .js extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Parveshdhull committed Jun 10, 2022
1 parent 38833fd commit c5a958c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quo/reanimated.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
(defn set-shared-value [anim val]
(set! (.-value anim) val))

(def worklet-factory (js/require "../js/worklet_factory.js"))
(def worklet-factory (js/require "../js/worklet_factory"))

0 comments on commit c5a958c

Please sign in to comment.