Skip to content

Commit d80f10d

Browse files
committed
style: Adjust code pattern
1 parent dc93984 commit d80f10d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/** @format */
22

3-
import {AppRegistry} from 'react-native';
3+
import { AppRegistry } from 'react-native';
44
import App from './App';
5-
import {name as appName} from './app.json';
5+
import { name as appName } from './app.json';
66

77
AppRegistry.registerComponent(appName, () => App);

0 commit comments

Comments
 (0)