From 2232ef71736de1461edeb9bade621a29b642f203 Mon Sep 17 00:00:00 2001 From: Thomas Hopkins Date: Wed, 12 Oct 2016 13:13:53 -0700 Subject: [PATCH] Fix filenames for button & loading components (#4) * Fix filenames for button & loading components * Fix filenames for button & loading components --- src/components/{Button.js => button.js} | 0 src/components/{Loading.js => loading.js} | 0 src/containers/root_container.js | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename src/components/{Button.js => button.js} (100%) rename src/components/{Loading.js => loading.js} (100%) diff --git a/src/components/Button.js b/src/components/button.js similarity index 100% rename from src/components/Button.js rename to src/components/button.js diff --git a/src/components/Loading.js b/src/components/loading.js similarity index 100% rename from src/components/Loading.js rename to src/components/loading.js diff --git a/src/containers/root_container.js b/src/containers/root_container.js index 9df2b8e2e..f389f0d1d 100644 --- a/src/containers/root_container.js +++ b/src/containers/root_container.js @@ -44,4 +44,4 @@ function mapStateToProps(state) { export default connect(mapStateToProps, { loadDevice -})(RootContainer); \ No newline at end of file +})(RootContainer);