Skip to content

Commit

Permalink
refactor: remove redundant imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranay-Pandey committed Oct 26, 2024
1 parent 0dd3105 commit 09c10b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { authenticate } from '$lib/utils/auth';
import { getFormatter } from '$lib/utils/i18n';
import { getAssetInfoFromParam } from '$lib/utils/navigation';
import { getAssetDuplicates, updateAssets, type DuplicateResponseDto } from '@immich/sdk';
import { getAssetDuplicates } from '@immich/sdk';
import type { PageLoad } from './$types';

export const load = (async ({ params }) => {
Expand Down

0 comments on commit 09c10b9

Please sign in to comment.