fix: rename filename

This commit is contained in:
martabal 2024-03-07 18:17:32 +01:00
parent 1a0cf08f4c
commit ec7c78a7b2
No known key found for this signature in database
GPG Key ID: C00196E3148A52BD
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<script lang="ts">
import { AppRoute } from '$lib/constants';
import type { AlbumResponseDto } from '@immich/sdk';
import TableHeader from '$lib/components/elements/table-header.svelte';
import TableHeader from '$lib/components/album-page/albums-table-header.svelte';
import { goto } from '$app/navigation';
import Icon from '$lib/components/elements/icon.svelte';
import { mdiPencilOutline, mdiTrashCanOutline } from '@mdi/js';