File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
- import React from 'react'
2
- import ReactDOM from 'react-dom'
1
+ import React from "react" ;
2
+ import ReactDOM from "react-dom" ;
3
+ import "./styles/tailwind.css" ;
4
+ import App from "./App" ;
5
+ import * as serviceWorker from "./serviceWorker" ;
3
6
4
- import * as serviceWorker from './serviceWorker'
5
- import App from './App'
6
- import './styles/tailwind.css'
7
-
8
- ReactDOM . render ( < App /> , document . getElementById ( 'root' ) )
7
+ ReactDOM . render ( < App /> , document . getElementById ( "root" ) ) ;
9
8
10
9
// If you want your app to work offline and load faster, you can change
11
10
// unregister() to register() below. Note this comes with some pitfalls.
12
11
// Learn more about service workers: https://bit.ly/CRA-PWA
13
- serviceWorker . unregister ( )
12
+ serviceWorker . unregister ( ) ;
You can’t perform that action at this time.
0 commit comments