Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOS-React-1
QOS-React-1
/
fixtures
/
attribute-behavior
/
src
/
index.js
Code
Commits
Issues
Pulls
Sessions
CI/CD
main
main
js
6 lines
168 Bytes
Copy permalink
Copy
Raw
1
import
'
./index.css
'
;
2
import
React
from
'
react
'
;
3
import
ReactDOM
from
'
react-dom
'
;
4
import
App
from
'
./App
'
;
5
6
ReactDOM
.
render
(
<
App
/>
,
document
.
getElementById
(
'
root
'
));