diff --git a/src/status_im2/contexts/share/events.cljs b/src/status_im2/contexts/share/events.cljs index 51f4b7bb90f4..fb287b3b6ab7 100644 --- a/src/status_im2/contexts/share/events.cljs +++ b/src/status_im2/contexts/share/events.cljs @@ -1,10 +1,7 @@ (ns status-im2.contexts.share.events (:require [utils.re-frame :as rf] [status-im2.common.toasts.events :as toasts] - [quo2.foundations.colors :as colors] - ;;TODO(siddarthkay) : move the components below over to status-im2 ns - ;; issue -> https://github.com/status-im/status-mobile/issues/15549 - [status-im.ui.components.react :as react])) + [quo2.foundations.colors :as colors])) (rf/defn copy-text-and-show-toast {:events [:share/copy-text-and-show-toast]}