♻️ Rename data.users to data.profile

This commit is contained in:
Andrey Antukh 2024-11-26 20:29:20 +01:00
parent 1de35b2e3a
commit 838fb06039
22 changed files with 22 additions and 22 deletions

View file

@ -12,7 +12,7 @@
[app.config :as cf]
[app.main.data.auth :as da]
[app.main.data.events :as ev]
[app.main.data.users :as du]
[app.main.data.profile :as du]
[app.main.data.websocket :as ws]
[app.main.errors]
[app.main.features :as feat]