chore: add documentation for svelte components

This commit is contained in:
Ilia Mashkov
2026-01-02 21:15:40 +03:00
parent bf36f8e642
commit 1bb699ea2d
6 changed files with 85 additions and 12 deletions

View File

@@ -1,4 +1,13 @@
<script>
/**
* Page Component
*
* Main page route component. This is the default route that users see when
* accessing the application. Currently displays a welcome message.
*
* Note: This is a placeholder component. Replace with actual application content
* as the font comparison and filtering features are implemented.
*/
</script>
<h1>Welcome to Svelte + Vite</h1>