refactor: cleanup auto imports
parent
230c8b68a4
commit
c48ee6c35b
|
@ -1,7 +1,4 @@
|
|||
<script setup lang="ts">
|
||||
import NotificationSubscribePushNotificationError
|
||||
from '~/components/notification/NotificationSubscribePushNotificationError.vue'
|
||||
|
||||
defineProps<{ show?: boolean }>()
|
||||
|
||||
const {
|
||||
|
|
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in New Issue