film-exif/src/index.js

6 lines
140 B
JavaScript
Raw Normal View History

2018-03-30 21:30:22 -04:00
import { render } from 'inferno';
2018-06-06 17:01:39 -04:00
import 'inferno-devtools';
2018-05-31 12:40:08 -04:00
import { App } from '//App';
2018-03-29 16:28:14 -04:00
render(<App />, document.getElementById('app'));