mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 08:48:20 +02:00
♻️ Move teams queries and mutations to commands
This commit is contained in:
parent
797ae22526
commit
c570557203
23 changed files with 993 additions and 653 deletions
|
@ -9,8 +9,8 @@
|
|||
[app.db :as db]
|
||||
[app.rpc.commands.comments :as cmd.comments]
|
||||
[app.rpc.commands.files :as cmd.files]
|
||||
[app.rpc.commands.teams :as teams]
|
||||
[app.rpc.doc :as-alias doc]
|
||||
[app.rpc.queries.teams :as teams]
|
||||
[app.util.services :as sv]
|
||||
[clojure.spec.alpha :as s]))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue