2025-02-03 12:41:09 +01:00
|
|
|
<script lang="ts">
|
2025-02-03 15:55:57 +01:00
|
|
|
import { gym, cardio } from "./store";
|
2025-02-03 12:41:09 +01:00
|
|
|
</script>
|
|
|
|
|
|
2025-02-03 15:55:57 +01:00
|
|
|
<div>
|
|
|
|
|
<h1>Summary</h1>
|
|
|
|
|
<ul>
|
|
|
|
|
<li>{$gym.length} gym</li>
|
|
|
|
|
<li>{$cardio.length} cardio</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
2025-02-03 12:41:09 +01:00
|
|
|
|
|
|
|
|
<style>
|
|
|
|
|
</style>
|