refactor: mv common worker/frontend ns to frontend/common

Move common core.async, date and search utils to frontend/common.
Part of LOG-3171
This commit is contained in:
Gabriel Horner
2024-08-09 11:18:32 -04:00
parent dff466801d
commit 20eac03cea
18 changed files with 138 additions and 140 deletions

View File

@@ -3,7 +3,7 @@
(:require [clojure.core.async :as async]
[clojure.core.async.interop :refer [p->c]]
[promesa.core :as p]
[frontend.worker.async-util :include-macros true :refer [<?]]))
[frontend.common.async-util :include-macros true :refer [<?]]))
(defonce *request-id (atom 0))
(defonce requests (async/chan 1000))