film-exif/src/index.js

5 lines
109 B
JavaScript
Raw Normal View History

2018-03-29 16:28:14 -04:00
import App from './App';
2018-03-30 21:30:22 -04:00
import { render } from 'inferno';
2018-03-29 16:28:14 -04:00
render(<App />, document.getElementById('app'));