test cors
This commit is contained in:
parent
943865b2c1
commit
0d0e8a8a62
3 changed files with 27 additions and 17 deletions
10
src/index.js
10
src/index.js
|
|
@ -1,6 +1,6 @@
|
|||
import React from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
import './index.css';
|
||||
import App from './App';
|
||||
import React from 'react'
|
||||
import ReactDOM from 'react-dom'
|
||||
import './index.css'
|
||||
import App from './App'
|
||||
|
||||
ReactDOM.render(<App />, document.getElementById('root'));
|
||||
ReactDOM.render(<App />, document.getElementById('root'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue