chore(web): auto sort imports (#7118)

chore(web): auto sort impomrts
This commit is contained in:
Jason Rasmussen
2024-02-14 10:54:32 -05:00
committed by GitHub
parent 2906950188
commit 747df0ae86
8 changed files with 32 additions and 9 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { QueryParameter } from '$lib/constants';
import { authenticate } from '$lib/utils/auth';
import { search, type AssetResponseDto, type SearchResponseDto } from '@immich/sdk';
import type { PageLoad } from './$types';
import { QueryParameter } from '$lib/constants';
export const load = (async (data) => {
await authenticate();