FG42/john_titor/src/john_titor/github.cljs

10 lines
186 B
Clojure

(ns john-titor.github
(:require-macros [cljs.core.async.macros :refer [go]])
(:require
[john-titor.github.core :as g]))
(defn notification-command
[args]
(g/notifications))