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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
25 changed files with 51 additions and 72 deletions

View file

@ -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';