We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7529a8 commit 7989a97Copy full SHA for 7989a97
demo/reagentdemo/dev.cljs
@@ -1,9 +1,8 @@
1
(ns reagentdemo.dev
2
"Initializes the demo app, and runs the tests."
3
- (:require [reagentdemo.core :as core]
4
- [reagenttest.runtests :as tests]))
+ (:require [reagentdemo.core :as core]))
5
6
(defn init! []
7
- (core/init! (tests/init!)))
+ (core/init!))
8
9
(init!)
0 commit comments