0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-18 10:41:29 -05:00

🐛 Add missing require on rpc ns

This commit is contained in:
Andrey Antukh 2023-02-11 00:59:08 +01:00
parent f23d29deb7
commit c0eb20d31d

View file

@ -7,6 +7,7 @@
(ns app.rpc
(:require
[app.auth.ldap :as-alias ldap]
[app.common.data :as d]
[app.common.exceptions :as ex]
[app.common.logging :as l]
[app.common.spec :as us]