Changed DayJS Namespace

This commit is contained in:
2024-01-05 18:24:58 +01:00
parent 8822854040
commit d62fc5d668
11 changed files with 35 additions and 35 deletions

View File

@@ -3,7 +3,7 @@ definePageMeta({
middleware: "auth"
})
import * as dayjs from 'dayjs'
import dayjs from 'dayjs'
const supabase = useSupabaseClient()
const user = useSupabaseUser()