chore: formatting

This commit is contained in:
kolaente 2023-04-14 21:16:28 +02:00 committed by Dominik Pschenitschni
parent f14e721caf
commit b92d780cda
1 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
import { computed } from 'vue'
import type { Ref } from 'vue'
import {computed} from 'vue'
import type {Ref} from 'vue'
import {useTitle as useTitleVueUse, toRef} from '@vueuse/core'