2025-12-30 18:57:58 +03:00
|
|
|
<script>
|
2026-01-02 21:15:40 +03:00
|
|
|
/**
|
|
|
|
|
* 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.
|
|
|
|
|
*/
|
2025-12-30 18:57:58 +03:00
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<h1>Welcome to Svelte + Vite</h1>
|
|
|
|
|
<p>
|
|
|
|
|
Visit <a href="https://svelte.dev/docs">svelte.dev/docs</a> to read the documentation
|
|
|
|
|
</p>
|