mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 03:16:37 +00:00
chore: clean ns
This commit is contained in:
9
src/main/frontend/external/roam_export.cljs
vendored
9
src/main/frontend/external/roam_export.cljs
vendored
@@ -1,11 +1,10 @@
|
||||
(ns frontend.external.roam-export
|
||||
(:require [clojure.string :as str]
|
||||
[clojure.set :as s]
|
||||
(:require [clojure.set :as s]
|
||||
[clojure.string :as str]
|
||||
[clojure.walk :as walk]
|
||||
[datascript.core :as d]
|
||||
[frontend.state :as state]
|
||||
|
||||
[frontend.db :as db]
|
||||
[clojure.walk :as walk]))
|
||||
[frontend.state :as state]))
|
||||
|
||||
(def todo-marker-regex
|
||||
#"^(NOW|LATER|TODO|DOING|WAITING|WAIT|CANCELED|CANCELLED|STARTED|IN-PROGRESS)")
|
||||
|
||||
Reference in New Issue
Block a user