Skip to content

Commit 9d61e8d

Browse files
committed
rename
1 parent 6305818 commit 9d61e8d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/app.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import 'ng-zorro-antd/src/ng-zorro-antd.min.css';
66
// import 'quill/dist/quill.bubble.css';
77
// import 'quill/dist/quill.core.css';
88
import 'quill/dist/quill.snow.css';
9+
import registerServiceWorker from './registerServiceWorker'
910

1011
// declare var module: any;
1112
// if (module.hot) {
@@ -16,3 +17,4 @@ if (process.env.NODE_ENV === 'production') {
1617
enableProdMode();
1718
}
1819
platformBrowserDynamic().bootstrapModule(AppModule).catch((e) => console.error(e));
20+
registerServiceWorker()
File renamed without changes.

0 commit comments

Comments
 (0)