Skip to content

Commit dc432ee

Browse files
authored
Update App.tsx
removed unnecessary semicolon
1 parent 8c5248b commit dc432ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const instructions = Platform.select({
2121
'Shake or press menu button for dev menu',
2222
});
2323

24-
interface Props {};
24+
interface Props {}
2525
export default class App extends Component<Props> {
2626
render() {
2727
return (

0 commit comments

Comments
 (0)