Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
luiz-carlos-1985 authored Jul 9, 2021
1 parent 5365640 commit d3d6f9b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,3 @@ ReactDOM.render(
</React.StrictMode>,
document.getElementById('root')
);

// Se você quiser que seu aplicativo funcione offline e carregue mais rápido,
// você pode alterar unregister() para register() logo abaixo.
// Observe que isso vem com algumas armadilhas.
// Saiba mais sobre service workers em: https://developer.mozilla.org/pt-BR/docs/Web/API/Service_Worker_API/Using_Service_Workers

serviceWorker.unregister();

0 comments on commit d3d6f9b

Please sign in to comment.