Skip to content

Commit f38e532

Browse files
author
Mitchel Severe
committed
remove tsx extension
1 parent eb573bc commit f38e532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import 'babel-polyfill';
22
import React from 'react';
33
import ReactDOM from 'react-dom';
44
import { Provider } from 'react-redux';
5-
import App from './App.tsx';
5+
import App from './App';
66
import store from './store';
77

88
ReactDOM.render(

0 commit comments

Comments
 (0)