Browse Source

remove space

pull/1/head
Tim Glasgow 2 years ago
parent
commit
67f7c66fcb
  1. 2
      squarenotsquare/index.js

2
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);
Loading…
Cancel
Save