mirror of
https://github.com/penpot/penpot.git
synced 2025-07-17 09:57:14 +02:00
♻️ Replace backend transit ns with common transit.
This commit is contained in:
parent
068c94da4e
commit
ee1738c9d4
6 changed files with 7 additions and 7 deletions
|
@ -8,12 +8,12 @@
|
|||
"A websocket based notifications mechanism."
|
||||
(:require
|
||||
[app.common.spec :as us]
|
||||
[app.common.transit :as t]
|
||||
[app.db :as db]
|
||||
[app.metrics :as mtx]
|
||||
[app.util.async :as aa]
|
||||
[app.util.logging :as l]
|
||||
[app.util.time :as dt]
|
||||
[app.util.transit :as t]
|
||||
[app.worker :as wrk]
|
||||
[clojure.core.async :as a]
|
||||
[clojure.spec.alpha :as s]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue