dotfiles/.config/ags/clconfig.cljs
2024-06-21 06:26:46 -05:00

9 lines
194 B
Clojure

(ns ags-config)
(defn bar [monitor]
(let [my-label (Widget.Label.
(clj->js {
:label "some example content"
}))])
)