Skip to content

Commit 6266c46

Browse files
committed
Merge branch 'setup-mobx' of bitbucket.org:rahulsccl/tap-react-training-reference into setup-mobx
2 parents c67ad50 + fec308c commit 6266c46

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

src/index.js

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
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";
36

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"));
98

109
// If you want your app to work offline and load faster, you can change
1110
// unregister() to register() below. Note this comes with some pitfalls.
1211
// Learn more about service workers: https://bit.ly/CRA-PWA
13-
serviceWorker.unregister()
12+
serviceWorker.unregister();

0 commit comments

Comments
 (0)