mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
refactor: more elements (#22095)
This commit is contained in:
parent
3f4b6a8e7c
commit
75322179fd
25 changed files with 51 additions and 72 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<script lang="ts">
|
||||
import StarRating from '$lib/components/shared-components/star-rating.svelte';
|
||||
import StarRating from '$lib/elements/StarRating.svelte';
|
||||
import { authManager } from '$lib/managers/auth-manager.svelte';
|
||||
import { preferences } from '$lib/stores/user.store';
|
||||
import { handlePromiseError } from '$lib/utils';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue