This repository has been archived on 2024-08-06. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
chellaris-sign-up-site/src/routes/graphs/tab2/+page.svelte
2023-08-14 20:15:28 +02:00

13 lines
No EOL
273 B
Svelte

<script lang="ts">
import GraphsTabStore from "$lib/stores/GraphsTab";
// Save Tab to Store
GraphsTabStore.set("tab2");
</script>
<svelte:head>
<title>Graphs</title>
<meta name="description" content="Chellaris Sign-Up Graphs" />
</svelte:head>
<h1>Example Tab</h1>