mirror of
https://github.com/logseq/logseq.git
synced 2026-04-25 14:44:53 +00:00
Add mui
This commit is contained in:
7
dev/shadow/user.clj
Normal file
7
dev/shadow/user.clj
Normal file
@@ -0,0 +1,7 @@
|
||||
(ns shadow.user
|
||||
(:require [shadow.cljs.devtools.api :as api]))
|
||||
|
||||
(defn cljs-repl
|
||||
[]
|
||||
(api/watch :app)
|
||||
(api/repl :app))
|
||||
Reference in New Issue
Block a user