0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 15:09:10 -05:00

📎 Add helpful require on user ns

This commit is contained in:
Andrey Antukh 2022-02-07 12:00:26 +01:00 committed by Andrés Moya
parent 048ab9a0fc
commit 24724e3340

View file

@ -6,6 +6,7 @@
(ns user
(:require
[app.common.data :as d]
[app.common.exceptions :as ex]
[app.common.geom.matrix :as gmt]
[app.common.perf :as perf]