diff --git a/squarenotsquare/index.js b/squarenotsquare/index.js index a850d03..36d484b 100644 --- a/squarenotsquare/index.js +++ b/squarenotsquare/index.js @@ -6,4 +6,4 @@ import {AppRegistry} from 'react-native'; import App from './App'; import {name as appName} from './app.json'; -AppRegistry.registerComponent(appName, () => App); +AppRegistry.registerComponent(appName, () => App); \ No newline at end of file