Add scaffold for stores

This commit is contained in:
Anders Englöf Ytterström 2025-02-03 15:55:57 +01:00
parent ab91fc462c
commit 2683c58acd

View file

@ -1,7 +1,14 @@
<script lang="ts">
import { gym, cardio } from "./store";
</script>
<h1>Summary</h1>
<div>
<h1>Summary</h1>
<ul>
<li>{$gym.length} gym</li>
<li>{$cardio.length} cardio</li>
</ul>
</div>
<style>
</style>