Skip to content

Commit

Permalink
get rid of useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay committed May 16, 2023
1 parent 2293ed4 commit 2fde0d0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/status_im2/contexts/share/events.cljs
Original file line number Diff line number Diff line change
@@ -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]}
Expand Down

0 comments on commit 2fde0d0

Please sign in to comment.