diff options
author | Renard | 2019-09-11 19:54:48 -0300 |
---|---|---|
committer | Renard | 2019-09-11 19:54:48 -0300 |
commit | 5382ed028c7ec554f760affa7f533b15421959c9 (patch) | |
tree | 1d897091ee555f05c702b5c3c2130d2aae406ce8 /src/index.js | |
parent | 12efc9102e1c2590492e9ead60d7de87944dc47f (diff) | |
download | bai-client-5382ed028c7ec554f760affa7f533b15421959c9.tar.gz bai-client-5382ed028c7ec554f760affa7f533b15421959c9.tar.xz bai-client-5382ed028c7ec554f760affa7f533b15421959c9.zip |
First commit
Diffstat (limited to 'src/index.js')
-rw-r--r-- | src/index.js | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/index.js b/src/index.js deleted file mode 100644 index 87d1be5..0000000 --- a/src/index.js +++ /dev/null @@ -1,12 +0,0 @@ -import React from 'react'; -import ReactDOM from 'react-dom'; -import './index.css'; -import App from './App'; -import * as serviceWorker from './serviceWorker'; - -ReactDOM.render(<App />, 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(); |