Files
optima/ui/src/routes/+page.svelte
T

12 lines
179 B
Svelte

<script lang="ts">
// You can add any JavaScript logic here if needed
</script>
<svelte:head>
<title>Home — App</title>
</svelte:head>
<main>
<h1>Home Page</h1>
</main>