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:
parent
f23d29deb7
commit
c0eb20d31d
1 changed files with 1 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue