mirror of
https://github.com/immich-app/immich.git
synced 2025-11-23 16:50:54 +09:00
Fix web lint issues
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
export let root: HTMLElement | null = null;
|
||||
|
||||
let intersecting = false;
|
||||
let container: any;
|
||||
let container: HTMLDivElement;
|
||||
const dispatch = createEventDispatcher();
|
||||
|
||||
onMount(() => {
|
||||
|
||||
Reference in New Issue
Block a user