mirror of
https://github.com/Sosokker/SOS12.git
synced 2025-12-19 20:54:06 +01:00
add App.css
This commit is contained in:
parent
63cb7e2b5d
commit
4ce3d20455
8
src/App.css
Normal file
8
src/App.css
Normal file
@ -0,0 +1,8 @@
|
||||
/** {*/
|
||||
/* background: red;*/
|
||||
/*}*/
|
||||
|
||||
/*body {*/
|
||||
/* background: white;*/
|
||||
/* color: white;*/
|
||||
/*}*/
|
||||
@ -1,5 +1,7 @@
|
||||
import ReactDOM from 'react-dom'
|
||||
import App from './App'
|
||||
import "./index.css"
|
||||
import "./App.css"
|
||||
|
||||
ReactDOM.render(<App/>, document.querySelector("#root"))
|
||||
ReactDOM.render(<App/>,
|
||||
document.querySelector("#root"))
|
||||
Loading…
Reference in New Issue
Block a user