chore: minor changes

This commit is contained in:
Ilia Mashkov
2026-01-18 15:01:19 +03:00
parent c04518300b
commit 20f6e193f2
2 changed files with 11 additions and 2 deletions

View File

@@ -1,8 +1,12 @@
<script lang="ts">
import FontDisplay from '$features/DisplayFont/ui/FontDisplay/FontDisplay.svelte';
/**
* Page Component
*/
</script>
<!-- Font List -->
<div />
<div class="p-2">
<FontDisplay />
</div>