mirror of
https://github.com/penpot/penpot.git
synced 2025-03-12 15:51:37 -05:00
📎 Fix linter issues introduced in the latest merges
This commit is contained in:
parent
c1daa4a4c4
commit
5e57fb4023
3 changed files with 2 additions and 3 deletions
|
@ -8,8 +8,8 @@
|
|||
(:require
|
||||
[app.common.data :as d]
|
||||
[app.common.geom.point :as gpt]
|
||||
[app.common.types.shape-tree :as ctst]
|
||||
[app.common.spec :as us]
|
||||
[app.common.types.shape-tree :as ctst]
|
||||
[app.common.uuid :as uuid]
|
||||
[app.main.data.workspace.state-helpers :as wsh]
|
||||
[app.main.repo :as rp]
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
[app.common.geom.point :as gpt]
|
||||
[app.common.geom.shapes :as gsh]
|
||||
[app.common.pages.changes-builder :as pcb]
|
||||
[app.common.types.shape-tree :as ctst]
|
||||
[app.common.spec :as us]
|
||||
[app.common.types.shape-tree :as ctst]
|
||||
[app.main.data.comments :as dcm]
|
||||
[app.main.data.workspace.changes :as dwc]
|
||||
[app.main.data.workspace.common :as dwco]
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
[app.main.data.workspace.changes :as dwc]
|
||||
[app.main.data.workspace.state-helpers :as wsh]
|
||||
[beicon.core :as rx]
|
||||
[cljs.spec.alpha :as s]
|
||||
[potok.core :as ptk]))
|
||||
|
||||
(defn make-update-guide [guide]
|
||||
|
|
Loading…
Add table
Reference in a new issue