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

📎 Fix linter issues on frontend.

This commit is contained in:
Andrey Antukh 2021-10-05 13:40:47 +02:00 committed by Andrés Moya
parent ee9b7166a6
commit b8cddbca88
3 changed files with 1 additions and 3 deletions

View file

@ -12,13 +12,13 @@
[app.config :as cf]
[app.main.data.events :as ev]
[app.main.data.users :as du]
[app.main.errors]
[app.main.sentry :as sentry]
[app.main.store :as st]
[app.main.ui :as ui]
[app.main.ui.confirm]
[app.main.ui.modal :refer [modal]]
[app.main.worker]
[app.main.errors]
[app.util.dom :as dom]
[app.util.i18n :as i18n]
[app.util.router :as rt]

View file

@ -9,7 +9,6 @@
(:require
[app.common.exceptions :as ex]
[app.config :as cf]
[app.main.data.events :as ev]
[app.main.data.messages :as dm]
[app.main.data.users :as du]
[app.main.sentry :as sentry]

View file

@ -26,7 +26,6 @@
[app.main.ui.workspace :as workspace]
[app.util.router :as rt]
[cljs.spec.alpha :as s]
[potok.core :as ptk]
[rumext.alpha :as mf]))
;; --- Routes