mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
feat(frontend): active service worker
This commit is contained in:
parent
b9ea8808f2
commit
fbada1eaac
2 changed files with 152 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ import ReactDOM from "react-dom";
|
|||
import { BrowserRouter } from "react-router-dom";
|
||||
import { App } from "./App";
|
||||
import { ProvideAuth } from "./hooks/use-auth";
|
||||
import * as serviceWorker from "./serviceWorker";
|
||||
|
||||
ReactDOM.render(
|
||||
<React.StrictMode>
|
||||
|
|
@ -14,3 +15,5 @@ ReactDOM.render(
|
|||
</React.StrictMode>,
|
||||
document.getElementById("root")
|
||||
);
|
||||
|
||||
serviceWorker.register();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue