mirror of
https://github.com/immich-app/immich.git
synced 2025-12-04 11:49:53 +09:00
fix(web): remove warnings during the build (#7035)
* fix: remove warnings during the build * fix: optimize chunks size * fix: remove split vendor chunk strategy * remove custom chunk * Update web/src/routes/(user)/map/+page.svelte * revert change --------- Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { AssetResponseDto, ServerVersionResponseDto } from '@api';
|
||||
import { Socket, io } from 'socket.io-client';
|
||||
import { type Socket, io } from 'socket.io-client';
|
||||
import { writable } from 'svelte/store';
|
||||
import { loadConfig } from './server-config.store';
|
||||
import { getAuthUser } from '$lib/utils/auth';
|
||||
|
||||
Reference in New Issue
Block a user