Skip to content

Commit

Permalink
Merge pull request #189 from shanmukhdutt/dxp-253-serviceWorkerRunnin…
Browse files Browse the repository at this point in the history
…gTwice

Fixed: Service worker registration error(dxp-253)
  • Loading branch information
ravilodhi authored Feb 8, 2024
2 parents df20a92 + a0e64b5 commit 0723a14
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 33 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 { IonicVue } from '@ionic/vue';
Expand Down
32 changes: 0 additions & 32 deletions src/registerServiceWorker.ts

This file was deleted.

0 comments on commit 0723a14

Please sign in to comment.