0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-25 07:58:49 -05:00

📎 Fix frontend linter issues.

This commit is contained in:
Andrey Antukh 2021-09-30 09:04:04 +02:00 committed by Alonso Torres
parent 09d39ca425
commit bee1db135f
6 changed files with 4 additions and 6 deletions

View file

@ -10,7 +10,6 @@
[app.common.spec :as us]
[app.common.uri :as u]
[app.common.version :as v]
[app.common.logging :as log]
[app.util.avatars :as avatars]
[app.util.dom :as dom]
[app.util.globals :refer [global location]]

View file

@ -7,9 +7,9 @@
(ns app.main.data.workspace.common
(:require
[app.common.data :as d]
[app.common.logging :as log]
[app.common.geom.proportions :as gpr]
[app.common.geom.shapes :as gsh]
[app.common.logging :as log]
[app.common.pages :as cp]
[app.common.spec :as us]
[app.common.uuid :as uuid]

View file

@ -7,9 +7,9 @@
(ns app.main.data.workspace.libraries
(:require
[app.common.data :as d]
[app.common.logging :as log]
[app.common.geom.point :as gpt]
[app.common.geom.shapes :as geom]
[app.common.logging :as log]
[app.common.pages :as cp]
[app.common.spec :as us]
[app.common.uuid :as uuid]

View file

@ -7,9 +7,9 @@
(ns app.main.data.workspace.libraries-helpers
(:require
[app.common.data :as d]
[app.common.logging :as log]
[app.common.geom.point :as gpt]
[app.common.geom.shapes :as geom]
[app.common.logging :as log]
[app.common.pages :as cp]
[app.common.spec :as us]
[app.common.text :as txt]

View file

@ -10,7 +10,6 @@
["@sentry/browser" :as sentry]
[app.common.exceptions :as ex]
[app.common.uuid :as uuid]
[app.common.logging :as log]
[app.config :as cf]
[app.main.refs :as refs]))

View file

@ -8,8 +8,8 @@
(:refer-clojure :exclude [resolve])
(:require
[app.common.data :as d]
[app.common.logging :as log]
[app.common.file-builder :as fb]
[app.common.logging :as log]
[app.common.pages :as cp]
[app.common.text :as ct]
[app.common.uuid :as uuid]