diff --git a/astro/src/components/photos/Album.tsx b/astro/src/components/photos/Album.tsx index 04fa6c2..dbea3fa 100644 --- a/astro/src/components/photos/Album.tsx +++ b/astro/src/components/photos/Album.tsx @@ -1,5 +1,6 @@ import { useEffect, useLayoutEffect, useRef, useState } from "preact/hooks"; import { JustifiedLayout } from '@immich/justified-layout-wasm'; +import { LoadingSpinner } from "@/icons/jsx/loadingSpinner"; export function AlbumPhotos(props: { photos: PhotoAlbumGalleryItem[] }) { const containerRef = useRef(null); @@ -77,7 +78,9 @@ export function AlbumPhotos(props: { photos: PhotoAlbumGalleryItem[] }) { }) } ) : ( -