Skip to content

Commit 6194ffb

Browse files
author
BitCake Developer
committed
fix: remove unused computed import
1 parent 2185404 commit 6194ffb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/composables/useNotifications.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ref, onMounted, onUnmounted, computed } from 'vue';
1+
import { ref, onMounted, onUnmounted } from 'vue';
22
import { showNotification, requestNotificationPermission, isOnline } from '@/utils/swRegister';
33
import { useI18n } from 'vue-i18n';
44

0 commit comments

Comments
 (0)