chore(web): rename components to PascalCase (#28013)

chore: rename components to PascalCase
This commit is contained in:
Freddie Floydd
2026-04-21 17:29:42 +01:00
committed by GitHub
parent 837305da7e
commit b9ca68f6e4
299 changed files with 448 additions and 448 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
<script lang="ts">
import AlbumSharedLink from '$lib/components/album-page/album-shared-link.svelte';
import AlbumSharedLink from '$lib/components/album-page/AlbumSharedLink.svelte';
import HeaderActionButton from '$lib/components/HeaderActionButton.svelte';
import OnEvents from '$lib/components/OnEvents.svelte';
import UserAvatar from '$lib/components/shared-components/user-avatar.svelte';
import UserAvatar from '$lib/components/shared-components/UserAvatar.svelte';
import {
getAlbumActions,
handleRemoveUserFromAlbum,