diff --git a/frontend/src/app/worker/import.cljs b/frontend/src/app/worker/import.cljs index 2b663814f5..d318f9d6a9 100644 --- a/frontend/src/app/worker/import.cljs +++ b/frontend/src/app/worker/import.cljs @@ -17,12 +17,12 @@ [app.util.http :as http] [app.util.import.parser :as cip] [app.util.json :as json] + [app.util.logging :as log] [app.util.zip :as uz] [app.worker.impl :as impl] [beicon.core :as rx] [cuerdas.core :as str] - [tubax.core :as tubax] - [app.util.logging :as log])) + [tubax.core :as tubax])) (log/set-level! :trace)