refactor: more elements (#22095)

This commit is contained in:
Jason Rasmussen
2025-09-16 15:01:23 -04:00
committed by GitHub
parent 3f4b6a8e7c
commit 75322179fd
25 changed files with 51 additions and 72 deletions

View File

@@ -1,5 +1,5 @@
<script lang="ts">
import FormatMessage from '$lib/components/i18n/format-message.svelte';
import FormatMessage from '$lib/elements/FormatMessage.svelte';
import { handleError } from '$lib/utils/handle-error';
import { restoreUserAdmin, type UserAdminResponseDto, type UserResponseDto } from '@immich/sdk';
import { Button, HStack, Modal, ModalBody, ModalFooter } from '@immich/ui';