summaryrefslogtreecommitdiff
path: root/src/index.cljs.hl
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.cljs.hl')
-rw-r--r--src/index.cljs.hl4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/index.cljs.hl b/src/index.cljs.hl
index 2472649..4b8aa72 100644
--- a/src/index.cljs.hl
+++ b/src/index.cljs.hl
@@ -1,5 +1,6 @@
(page "index.html"
(:require [app.rpc :as rpc]
+ [cljsjs.semantic-ui :as ui]
[Blockly]))
(def toolbox
@@ -24,7 +25,8 @@
(html
(head
- (link :rel "stylesheet" :type "text/css" :href "css/semantic.min.css")
+ (link :rel "stylesheet" :type "text/css"
+ :href "cljsjs/semantic-ui/common/semantic.min.css")
(script :src "blocks_compressed.js")
(script :src "en.js")
(title "Tankputer"))