film-exif/src/index.js

5 lines
113 B
JavaScript
Raw Normal View History

2018-03-30 21:30:22 -04:00
import { render } from 'inferno';
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'));