chore: format

This commit is contained in:
Timothy Jaeryang Baek
2025-02-03 13:37:29 -08:00
parent 9b78dde8a9
commit 70b8199030
60 changed files with 426 additions and 230 deletions

View File

@@ -16,10 +16,10 @@
import { getUserById } from '$lib/apis/users';
import { getModels } from '$lib/apis';
import { toast } from 'svelte-sonner';
import localizedFormat from 'dayjs/plugin/localizedFormat';
import localizedFormat from 'dayjs/plugin/localizedFormat';
const i18n = getContext('i18n');
dayjs.extend(localizedFormat);
dayjs.extend(localizedFormat);
let loaded = false;