Add scaffold for stores
This commit is contained in:
parent
ab91fc462c
commit
2683c58acd
1 changed files with 8 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue