Add the whole api stack for weight
This commit is contained in:
8
frontend/src/lib/router/routes/Weight/Weight.svelte
Normal file
8
frontend/src/lib/router/routes/Weight/Weight.svelte
Normal file
@@ -0,0 +1,8 @@
|
||||
<script lang="ts">
|
||||
import WeightTable from '$components/Weight/WeightTable.svelte'
|
||||
import { weightStore } from '$lib/store/weight/weightStore'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<WeightTable items="{$weightStore}" />
|
||||
</template>
|
||||
Reference in New Issue
Block a user