Skip to content

Commit a36e3ad

Browse files
committed
remove redundant export annotation
1 parent 6cfdbfb commit a36e3ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/user.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@
323323
10
324324
{:fill (str "hsl(" (* x 10) " ,50% , 50%)")}))
325325

326-
(defn ^:export kitty [[x y] width height]
326+
(defn kitty [[x y] width height]
327327
(-> (js/fetch "https://api.thecatapi.com/v1/images/search" #js {:method "GET"})
328328
(.then (fn [response]
329329
(-> (.json response)

0 commit comments

Comments
 (0)