diff options
author | crupest <crupest@outlook.com> | 2021-06-15 18:14:58 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-15 18:14:58 +0800 |
commit | 08aed0d21a8e7fd5e225140fa1ee8f0e879841c5 (patch) | |
tree | 8dc987e49ce3054f06fe9c30065333a929eafdba /FrontEnd/src/index.tsx | |
parent | 5c979373b53f40f2d0f263f52071caf8ab188e44 (diff) | |
download | timeline-08aed0d21a8e7fd5e225140fa1ee8f0e879841c5.tar.gz timeline-08aed0d21a8e7fd5e225140fa1ee8f0e879841c5.tar.bz2 timeline-08aed0d21a8e7fd5e225140fa1ee8f0e879841c5.zip |
...
Diffstat (limited to 'FrontEnd/src/index.tsx')
-rw-r--r-- | FrontEnd/src/index.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FrontEnd/src/index.tsx b/FrontEnd/src/index.tsx index 83c25792..28034601 100644 --- a/FrontEnd/src/index.tsx +++ b/FrontEnd/src/index.tsx @@ -13,6 +13,7 @@ import "./index.css"; import "./i18n"; import "./palette"; +import "./service-worker"; import App from "./App"; |