We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c98b19a commit ea2cc7fCopy full SHA for ea2cc7f
samples/hello/src/hello/core.cljs
@@ -1,5 +1,6 @@
1
(ns hello.core
2
- (:require [hello.foo.bar :as bar]))
+ (:require [hello.foo.bar :as bar]
3
+ [cljs.reader :as reader]))
4
5
(defn ^{:export greet} greet [n]
6
(str "Hello " n))
0 commit comments