Skip to content

Commit

Permalink
fix: remove Teleport import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
rifandani committed Jan 16, 2024
1 parent 4413c92 commit 2add6f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/reload-prompt-sw.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import Button from 'primevue/button'
import Message from 'primevue/message'
import { useRegisterSW } from 'virtual:pwa-register/vue'
import { Teleport } from 'vue'
// replaced dynamically
const buildDate = '__DATE__' as '__DATE__' | Omit<string, '__DATE__'>
Expand Down

0 comments on commit 2add6f6

Please sign in to comment.