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