Use spaces, run prettier on project

This commit is contained in:
ZXY101
2023-09-22 11:06:16 +02:00
parent 4731884d2b
commit d20b49a2d3
42 changed files with 1071 additions and 1796 deletions

View File

@@ -1,7 +1,7 @@
<script lang="ts">
import Catalog from '$lib/components/Catalog.svelte';
import Catalog from '$lib/components/Catalog.svelte';
</script>
<div class="p-2">
<Catalog />
<Catalog />
</div>