Skip to content

Commit 293faa6

Browse files
committed
Merge branch 'master' of github.com:applied-science/waqi
2 parents 4ae2270 + 99f2159 commit 293faa6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: src/applied_science/waqi.clj

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
v (Vega(-Lite) specs,
2424
[http-kit webserver] <--- as Clojure maps, ---- [client]
2525
sent via function call)"
26-
(:require [hiccup.page :as hp]
26+
(:require [clojure.java.browse]
27+
[hiccup.page :as hp]
2728
[jsonista.core :as json]
2829
[org.httpkit.server :as httpkit]
2930
[ring.util.response :as ring]))

0 commit comments

Comments
 (0)