From 24724e3340d190caa973bf6e2eb53412d55959f0 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 7 Feb 2022 12:00:26 +0100 Subject: [PATCH] :paperclip: Add helpful require on user ns --- backend/dev/user.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/dev/user.clj b/backend/dev/user.clj index 5e7fdcb94b..88fa512754 100644 --- a/backend/dev/user.clj +++ b/backend/dev/user.clj @@ -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]