Commit 411748ff authored by jianghai's avatar jianghai

init proj

parent eb4cbdd9
SKIP_PREFLIGHT_CHECK=true
\ No newline at end of file
友邦加保演示项目初始化
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
......
import React from 'react';
import './App.css';
function App() {
return (
<div className="App-header">
友邦加保项目 预览版
</div>
);
}
export default App;
import React from 'react';
import ReactDOM from 'react-dom';
import './index.css';
import App from './App';
import Main from './Main';
import * as serviceWorker from './serviceWorker';
ReactDOM.render(<App />, document.getElementById('root'));
ReactDOM.render(<Main />, document.getElementById('root'));
// If you want your app to work offline and load faster, you can change
// unregister() to register() below. Note this comes with some pitfalls.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment