summaryrefslogtreecommitdiff
path: root/index.android.js
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2016-12-22 11:55:49 -0700
committermo khan <mo@mokhan.ca>2016-12-22 11:55:49 -0700
commite54682ffb8490fbd9661292d626a8166ed6d74b0 (patch)
treeb9c084ecdf3047d78fa4b73444c71da7aa493b29 /index.android.js
parent8db8cbe7bab3afdd6d73191f2fde2838fe16849b (diff)
remove dead code.
Diffstat (limited to 'index.android.js')
-rw-r--r--index.android.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/index.android.js b/index.android.js
index a381c74..aa4613d 100644
--- a/index.android.js
+++ b/index.android.js
@@ -1,7 +1,5 @@
import React, { Component } from 'react';
-import { AppRegistry } from 'react-native';
-import App from './app/containers/app'
+import { AppRegistry, StyleSheet } from 'react-native';
import ApplicationShell from './app/components/application-shell'
AppRegistry.registerComponent('AwesomeProject', () => ApplicationShell);
-//AppRegistry.registerComponent('AwesomeProject', () => App);