From 460f6a38e82a4da61292ef0d1975359635269572 Mon Sep 17 00:00:00 2001 From: Foo Pang Date: Thu, 14 Dec 2017 13:07:06 +0800 Subject: [PATCH] [Fix #2640] Cleanup react-native source folder --- .../status_im/react_native/resources.cljs | 0 .../status_im/react_native/resources.cljs | 36 ------------------- 2 files changed, 36 deletions(-) rename {react-native/src => src}/status_im/react_native/resources.cljs (100%) delete mode 100644 test/cljs/status_im/react_native/resources.cljs diff --git a/react-native/src/status_im/react_native/resources.cljs b/src/status_im/react_native/resources.cljs similarity index 100% rename from react-native/src/status_im/react_native/resources.cljs rename to src/status_im/react_native/resources.cljs diff --git a/test/cljs/status_im/react_native/resources.cljs b/test/cljs/status_im/react_native/resources.cljs deleted file mode 100644 index dff260fc9b..0000000000 --- a/test/cljs/status_im/react_native/resources.cljs +++ /dev/null @@ -1,36 +0,0 @@ -(ns status-im.react-native.resources) - -(def add-icon nil) -(def att nil) -(def chat-icon nil) -(def icon-close-gray nil) -(def logo-icon nil) -(def nav-back-icon nil) -(def user-no-photo nil) -(def online-icon nil) -(def play nil) -(def trash-icon nil) -(def v nil) - -(def contacts - {:auction-house nil - :mkr-market nil - :oaken-water-meter nil - :flight-delays-suck nil - :jarrad nil - :firstblood nil - :gnosis nil - :melonport nil - :bchat nil - :dentacoin nil - :augur nil - :ethlance nil - :commiteth nil - :etherplay nil}) - -(def assets - {:ethereum nil}) - -(def ui - {:empty-hashtags nil - :empty-recent nil}) \ No newline at end of file