mirror of
https://github.com/penpot/penpot.git
synced 2025-07-31 23:48:33 +02:00
✨ Move fressian to common module
This commit is contained in:
parent
ff00043811
commit
1d4bd34dfc
10 changed files with 36 additions and 37 deletions
|
@ -36,10 +36,10 @@
|
|||
"
|
||||
|
||||
(:require
|
||||
[app.common.fressian :as fres]
|
||||
[app.common.logging :as l]
|
||||
[app.common.transit :as t]
|
||||
[app.common.uuid :as uuid]
|
||||
[app.util.fressian :as fres]
|
||||
[app.util.time :as dt]
|
||||
[clojure.core :as c])
|
||||
(:import
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue