Skip to content

Commit

Permalink
Move to another namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tumanov-alex committed Oct 31, 2023
1 parent e7c2f19 commit b32b551
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/status_im/ui/screens/screens.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
[status-im.ui.screens.wallet.settings.views :as wallet-settings]
[status-im.ui.screens.wallet.swap.views :as wallet.swap]
[status-im.ui.screens.wallet.transactions.views :as wallet-transactions]
[status-im.ui.screens.wallet.address-add-edit.views :as address-add-edit]
[status-im2.contexts.wallet.add-watch-only-account.views :as address-add-edit]
[status-im2.contexts.chat.group-details.view :as group-details]
[utils.i18n :as i18n]))

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(ns status-im.ui.screens.wallet.address-add-edit.style)
(ns status-im2.contexts.wallet.add-watch-only-account.style)

(def container
{:flex 1})
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(ns status-im.ui.screens.wallet.address-add-edit.views
(ns status-im2.contexts.wallet.add-watch-only-account.views
(:require
[reagent.core :as reagent]
[react-native.safe-area :as safe-area]
Expand All @@ -11,7 +11,7 @@
create-or-edit-account]
[utils.re-frame :as rf]
[status-im2.contexts.emoji-picker.utils :as emoji-picker.utils]
[status-im.ui.screens.wallet.address-add-edit.style :as style]))
[status-im2.contexts.wallet.add-watch-only-account.style :as style]))

(defn- view-internal
[]
Expand All @@ -33,8 +33,8 @@
{:page-nav-right-side [{:icon-name :i/info
:on-press
#(js/alert
"Get info (to be
implemented)")}]
"Get info (to be
implemented)")}]
:account-name @account-name
:account-emoji @account-emoji
:account-color @account-color
Expand Down

0 comments on commit b32b551

Please sign in to comment.