Skip to content

Commit

Permalink
fix: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Aug 21, 2023
1 parent ce1dbcb commit 2aed191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { AppRegistry } from 'react-native'
import App from './src/App'
import App from './src/App.tsx'
import { name as appName } from './app.json'

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

0 comments on commit 2aed191

Please sign in to comment.