mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-04 13:59:03 +00:00
5 lines
146 B
JavaScript
Executable file
5 lines
146 B
JavaScript
Executable file
import React from 'react';
|
|
import ReactDOM from 'react-dom';
|
|
import App from './app';
|
|
|
|
ReactDOM.render(<App />, document.getElementById('root'));
|