mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 22:47:25 +01:00
make client own package (using create-react-app)
This commit is contained in:
9
client/src/index.js
Normal file
9
client/src/index.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
import App from './App';
|
||||
import './index.css';
|
||||
|
||||
ReactDOM.render(
|
||||
<App />,
|
||||
document.getElementById('root')
|
||||
);
|
||||
Reference in New Issue
Block a user