mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
chore(web): rename components to PascalCase (#28013)
chore: rename components to PascalCase
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
<script lang="ts">
|
||||
import { cleanClass } from '$lib';
|
||||
import BrokenAsset from '$lib/components/assets/broken-asset.svelte';
|
||||
import BrokenAsset from '$lib/components/assets/BrokenAsset.svelte';
|
||||
|
||||
interface Props {
|
||||
alt?: string;
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
import AssetCover from '$lib/components/sharedlinks-page/covers/asset-cover.svelte';
|
||||
import AssetCover from '$lib/components/sharedlinks-page/covers/AssetCover.svelte';
|
||||
import { render } from '@testing-library/svelte';
|
||||
|
||||
describe('AssetCover component', () => {
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
import NoCover from '$lib/components/sharedlinks-page/covers/no-cover.svelte';
|
||||
import NoCover from '$lib/components/sharedlinks-page/covers/NoCover.svelte';
|
||||
import { render } from '@testing-library/svelte';
|
||||
|
||||
describe('NoCover component', () => {
|
||||
Reference in New Issue
Block a user