Skip to content

Commit

Permalink
add 2
Browse files Browse the repository at this point in the history
  • Loading branch information
yenda committed Apr 23, 2020
1 parent 0ed34cf commit c237a9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/status_im/core.cljs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
(ns status-im.core
(:require #_[re-frame.core :as re-frame]
#_[status-im.utils.error-handler :as error-handler]
(:require [re-frame.core :as re-frame]
[status-im.utils.error-handler :as error-handler]
#_[status-im.utils.platform :as platform]
#_[status-im.ui.components.react :as react]
[reagent.core :as reagent]
["react-native-screens" :refer (enableScreens)]
#_[status-im.utils.logging.core :as utils.logs]
[status-im.utils.logging.core :as utils.logs]
#_cljs.core.specs.alpha
["react-native" :as rn]))

Expand Down

0 comments on commit c237a9b

Please sign in to comment.