refactor: cleanup auto imports

This commit is contained in:
三咲智子 2023-01-07 03:22:56 +08:00
parent 230c8b68a4
commit c48ee6c35b
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E
2 changed files with 0 additions and 5 deletions

View file

@ -1,7 +1,4 @@
<script setup lang="ts">
import NotificationSubscribePushNotificationError
from '~/components/notification/NotificationSubscribePushNotificationError.vue'
defineProps<{ show?: boolean }>()
const {

View file

@ -1,6 +1,4 @@
<script setup lang="ts">
import AccountTabs from '~/components/account/AccountTabs.vue'
const params = useRoute().params
const handle = $(computedEager(() => params.account as string))