Skip to content

Commit

Permalink
fix(web): cleaned up icon imports
Browse files Browse the repository at this point in the history
  • Loading branch information
preeperkiller committed Jan 30, 2025
1 parent bc2b0b8 commit a3bdcfa
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,7 @@
type ServerVersionHistoryResponseDto,
} from '@immich/sdk';
import Icon from '$lib/components/elements/icon.svelte';
import {
mdiAlert,
mdiInformation,
mdiInformationOffOutline,
mdiInformationOutline,
mdiInformationOff,
} from '@mdi/js';
import { mdiAlert, mdiInformationOutline } from '@mdi/js';
import { userInteraction } from '$lib/stores/user.svelte';
const { serverVersion, connected } = websocketStore;
Expand Down

0 comments on commit a3bdcfa

Please sign in to comment.