chore: formatting
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kolaente 2023-04-14 21:16:28 +02:00 committed by Dominik Pschenitschni
parent f14e721caf
commit b92d780cda

View File

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