Skip to content

Commit

Permalink
dev: Require main namespaces in user ns
Browse files Browse the repository at this point in the history
  • Loading branch information
goshatch committed Sep 9, 2024
1 parent eb3dcf5 commit d749743
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dev/user.clj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
[com.brunobonacci.mulog :as mulog] ; Global context & Tap publisher
[portal]
[portal.api :as inspect] ; Data inspector
[apossiblespace.parts :as parts]
[apossiblespace.parts.auth :as auth]
[apossiblespace.parts.config :as config]
[apossiblespace.parts.db :as db]
[apossiblespace.parts.account :as account]
[apossiblespace.parts.api.middleware :as middleware]
[clojure.tools.namespace.repl :as namespace]))

;; ---------------------------------------------------------
Expand Down

0 comments on commit d749743

Please sign in to comment.