small ns changes (#17793)
This commit is contained in:
parent
579b382c44
commit
e6068fd4c1
|
@ -1,4 +1,4 @@
|
|||
(ns status-im2.data-store.wallet
|
||||
(ns status-im2.common.data-store.wallet
|
||||
(:require
|
||||
clojure.set))
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
(ns dev.component-preview.events
|
||||
(ns status-im2.contexts.quo-preview.component-preview.events
|
||||
(:require
|
||||
[quo.core :as quo]
|
||||
[re-frame.core :as re-frame]))
|
|
@ -1,4 +1,4 @@
|
|||
(ns dev.component-preview.view
|
||||
(ns status-im2.contexts.quo-preview.component-preview.view
|
||||
(:require
|
||||
[react-native.core :as rn]
|
||||
[utils.re-frame :as rf]))
|
|
@ -1,7 +1,7 @@
|
|||
(ns status-im2.contexts.wallet.events
|
||||
(:require
|
||||
[native-module.core :as native-module]
|
||||
[status-im2.data-store.wallet :as data-store]
|
||||
[status-im2.common.data-store.wallet :as data-store]
|
||||
[taoensso.timbre :as log]
|
||||
[utils.re-frame :as rf]
|
||||
[utils.security.core :as security]))
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
(ns status-im2.navigation.screens
|
||||
(:require
|
||||
[dev.component-preview.view :as component-preview]
|
||||
[status-im.ui.screens.screens :as old-screens]
|
||||
[status-im2.config :as config]
|
||||
[status-im2.contexts.add-new-contact.views :as add-new-contact]
|
||||
|
@ -28,6 +27,7 @@
|
|||
[status-im2.contexts.onboarding.syncing.results.view :as syncing-results]
|
||||
[status-im2.contexts.onboarding.welcome.view :as welcome]
|
||||
[status-im2.contexts.profile.profiles.view :as profiles]
|
||||
[status-im2.contexts.quo-preview.component-preview.view :as component-preview]
|
||||
[status-im2.contexts.quo-preview.main :as quo.preview]
|
||||
[status-im2.contexts.shell.activity-center.view :as activity-center]
|
||||
[status-im2.contexts.shell.jump-to.view :as shell]
|
||||
|
|
Loading…
Reference in New Issue