Skip to content

Commit

Permalink
Fixed: Service worker registration error(dxp-253)
Browse files Browse the repository at this point in the history
  • Loading branch information
shanmukhdutt committed Jan 19, 2024
1 parent cbfd353 commit 0809cfc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 31 deletions.
1 change: 0 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { createApp } from 'vue'
import App from './App.vue'
import router from './router';
import './registerServiceWorker'
import { DateTime } from 'luxon';
import logger from './logger';

Expand Down
30 changes: 0 additions & 30 deletions src/registerServiceWorker.ts

This file was deleted.

0 comments on commit 0809cfc

Please sign in to comment.