aboutsummaryrefslogtreecommitdiff
path: root/env/dev/clj/user.clj
diff options
context:
space:
mode:
Diffstat (limited to 'env/dev/clj/user.clj')
-rw-r--r--env/dev/clj/user.clj13
1 files changed, 0 insertions, 13 deletions
diff --git a/env/dev/clj/user.clj b/env/dev/clj/user.clj
deleted file mode 100644
index 53aee1b..0000000
--- a/env/dev/clj/user.clj
+++ /dev/null
@@ -1,13 +0,0 @@
-(ns user
- (:require [figwheel-sidecar.repl-api :as ra]))
-
-(defn start-fw []
- (ra/start-figwheel!))
-
-(defn stop-fw []
- (ra/stop-figwheel!))
-
-(defn cljs []
- (ra/cljs-repl))
-
-(set! *warn-on-reflection* true) \ No newline at end of file