Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
chore: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosoul committed Apr 23, 2020
1 parent fcf2a7c commit 6548247
Show file tree
Hide file tree
Showing 2 changed files with 162 additions and 127 deletions.
6 changes: 3 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ import * as serviceWorker from './serviceWorker';
if (module && module.hot) {
module.hot.accept();
}
ReactDOM.render(
const Main = (
<>
<GlobalStyle />
<App />
</>,
document.getElementById('root')
</>
);
ReactDOM.render(<Main />, 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.
Expand Down
Loading

0 comments on commit 6548247

Please sign in to comment.