Skip to content

Commit 589ea99

Browse files
committed
update imports
1 parent 483b597 commit 589ea99

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/status_im/contexts/communities/actions/share_community_channel/style.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(ns status-im.contexts.wallet.share-community-channel.style
1+
(ns status-im.contexts.communities.actions.share-community-channel.style
22
(:require [quo.foundations.colors :as colors]))
33

44
(def header-container

src/status_im/contexts/communities/actions/share_community_channel/view.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[react-native.core :as rn]
55
[react-native.safe-area :as safe-area]
66
[status-im.common.qr-codes.view :as qr-codes]
7-
[status-im.contexts.wallet.share-community-channel.style :as style]
7+
[status-im.contexts.communities.actions.share-community-channel.style :as style]
88
[utils.i18n :as i18n]
99
[utils.image-server :as image-server]
1010
[utils.re-frame :as rf]))

src/status_im/navigation/screens.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
addresses-for-permissions]
1717
[status-im.contexts.communities.actions.airdrop-addresses.view :as airdrop-addresses]
1818
[status-im.contexts.communities.actions.request-to-join.view :as join-menu]
19+
[status-im.contexts.communities.actions.share-community-channel.view :as share-community-channel]
1920
[status-im.contexts.communities.discover.view :as communities.discover]
2021
[status-im.contexts.communities.overview.view :as communities.overview]
2122
[status-im.contexts.onboarding.create-password.view :as create-password]
@@ -74,7 +75,6 @@
7475
[status-im.contexts.wallet.send.transaction-confirmation.view :as wallet-transaction-confirmation]
7576
[status-im.contexts.wallet.send.transaction-progress.view :as wallet-transaction-progress]
7677
[status-im.contexts.wallet.share-address.view :as wallet-share-address]
77-
[status-im.contexts.wallet.share-community-channel.view :as share-community-channel]
7878
[status-im.navigation.options :as options]
7979
[status-im.navigation.transitions :as transitions]))
8080

0 commit comments

Comments
 (0)