0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-11 23:31:21 -05:00

💄 Remove duplicate require in backend/dev/user.clj

Cleanup a duplicate require of srepl

Signed-off-by: Ryan Breen <rbreen@zmags.com>
This commit is contained in:
Ryan Breen 2022-12-10 06:51:58 -05:00
parent 28f1e671cb
commit f607540f23

View file

@ -19,7 +19,6 @@
[app.main :as main]
[app.srepl.helpers]
[app.srepl.main :as srepl]
[app.srepl.main :as srepl]
[app.util.blob :as blob]
[app.util.fressian :as fres]
[app.util.json :as json]