mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-04-10 07:14:04 +02: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'));
|