fix: point to real component

This commit is contained in:
izzy
2026-05-08 14:27:42 +01:00
parent 8d5f447d45
commit 9d17e51e54
+1 -1
View File
@@ -1,8 +1,8 @@
<script lang="ts">
import { goto } from '$app/navigation';
import UserPageLayout from '$lib/components/layouts/user-page-layout.svelte';
import { ImmichBackupsPage, orchestrationApiProvider, sdk, setProvider, YuccaContext } from 'orchestration-ui';
import type { PageData } from './$types';
import UserPageLayout from '$lib/components/layouts/UserPageLayout.svelte';
interface Props {
data: PageData;