mirror of
https://github.com/penpot/penpot.git
synced 2025-02-06 06:18:32 -05:00
📎 Fix linter issues.
This commit is contained in:
parent
0c0ab612c0
commit
71d6f7b1a2
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
(ns app.common.perf
|
(ns app.common.perf
|
||||||
(:require
|
(:require
|
||||||
[app.common.math :as mth]
|
#?(:cljs [app.common.math :as mth])
|
||||||
[app.common.uuid :as uuid]))
|
[app.common.uuid :as uuid]))
|
||||||
|
|
||||||
(defn timestamp []
|
(defn timestamp []
|
||||||
|
|
Loading…
Add table
Reference in a new issue