Refactor getters to stores

This commit is contained in:
2024-06-12 10:19:51 +02:00
parent 63cdc3c657
commit b440da3883
9 changed files with 88 additions and 54 deletions

View File

@@ -2,8 +2,6 @@
import type { Food } from '$lib/database/food'
export let item: Food
console.log(item)
</script>
<template>