film-exif/src/index.js
Timothy Warren 0a119f4664 First commit
2018-03-29 16:28:14 -04:00

5 lines
109 B
JavaScript

import { render } from 'inferno';
import App from './App';
render(<App />, document.getElementById('app'));