Implement weight graphs
This commit is contained in:
8
frontend/src/lib/router/routes/Weight/WMonthly.svelte
Normal file
8
frontend/src/lib/router/routes/Weight/WMonthly.svelte
Normal file
@@ -0,0 +1,8 @@
|
||||
<script lang="ts">
|
||||
import { monthlyWeightStore } from '$lib/store/Weight/monthlyWeightStore'
|
||||
import AggregatedWeightTable from '$components/Weight/Aggregated/AggregatedWeightTable.svelte'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<AggregatedWeightTable items="{$monthlyWeightStore}" />
|
||||
</template>
|
||||
Reference in New Issue
Block a user