mirror of
https://github.com/penpot/penpot.git
synced 2025-06-11 13:11:41 +02:00
♻️ Replace frontend transit ns usage with common transit.
This commit is contained in:
parent
2ec769981a
commit
068c94da4e
18 changed files with 43 additions and 179 deletions
|
@ -6,9 +6,9 @@
|
|||
|
||||
(ns app.worker.impl
|
||||
(:require
|
||||
[okulary.core :as l]
|
||||
[app.util.transit :as t]
|
||||
[app.common.pages.changes :as ch]))
|
||||
[app.common.pages.changes :as ch]
|
||||
[app.common.transit :as t]
|
||||
[okulary.core :as l]))
|
||||
|
||||
(enable-console-print!)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue