0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 23:49:45 -05:00

Merge pull request #2652 from ryanbreen/fix-duplicate-require

💄 Remove duplicate require in backend/dev/user.clj
This commit is contained in:
Andrey Antukh 2022-12-10 14:21:08 +01:00 committed by GitHub
commit 79f27a849c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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]