mirror of
https://github.com/penpot/penpot.git
synced 2025-05-25 04:56:11 +02:00
📎 Fix linter issues.
This commit is contained in:
parent
e587179359
commit
498d1570ce
1 changed files with 1 additions and 1 deletions
|
@ -6,10 +6,10 @@
|
||||||
|
|
||||||
(ns app.config
|
(ns app.config
|
||||||
(:require
|
(:require
|
||||||
|
[app.common.flags :as flags]
|
||||||
[app.common.spec :as us]
|
[app.common.spec :as us]
|
||||||
[app.common.uri :as u]
|
[app.common.uri :as u]
|
||||||
[app.common.version :as v]
|
[app.common.version :as v]
|
||||||
[app.common.flags :as flags]
|
|
||||||
[app.util.avatars :as avatars]
|
[app.util.avatars :as avatars]
|
||||||
[app.util.dom :as dom]
|
[app.util.dom :as dom]
|
||||||
[app.util.globals :refer [global location]]
|
[app.util.globals :refer [global location]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue