FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
devops-frontend/src/index.js at master · My-Azure-Projects/devops-frontend · GitHub
My-Azure-Projects
/
devops-frontend
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
10
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
devops-frontend
/
src
/
index.js
Copy path
More file actions
More file actions
Latest commit
History
History
History
18 lines (15 loc) · 504 Bytes
Breadcrumbs
devops-frontend
/
src
/
index.js
Copy path
File metadata and controls
18 lines (15 loc) · 504 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import
React
from
'react'
;
import
ReactDOM
from
'react-dom'
;
import
'./index.css'
;
import
App
from
'./App'
;
import
*
as
serviceWorker
from
'./serviceWorker'
;
ReactDOM
.
render
(
<
React
.
StrictMode
>
<
App
/>
</
React
.
StrictMode
>
,
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.
// Learn more about service workers: https://bit.ly/CRA-PWA
serviceWorker
.
unregister
(
)
;
Back
|
FazBrowse Home
|
New Git URL