mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-02-08 00:21:11 +01:00
8 lines
169 B
TypeScript
8 lines
169 B
TypeScript
import React from 'react';
|
|
import ReactDOM from 'react-dom';
|
|
import App from './app';
|
|
|
|
import './index.css';
|
|
|
|
ReactDOM.render(<App />, document.getElementById('root'));
|