FG42/john_titor/src/john_titor/github.cljs

10 lines
186 B
Plaintext
Raw Normal View History

(ns john-titor.github
2019-03-19 21:06:04 +00:00
(:require-macros [cljs.core.async.macros :refer [go]])
(:require
[john-titor.github.core :as g]))
(defn notification-command
[args]
(g/notifications))