mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-06-08 11:23:12 +00:00
Move to key-value basket, to keep track of information easier
Clean up code, add more types Clean up error handling
This commit is contained in:
parent
ec2ef95cca
commit
7066cc492b
7 changed files with 196 additions and 138 deletions
|
@ -10,8 +10,7 @@
|
|||
export let params;
|
||||
|
||||
$: item = getItemByUUID(params.uuid)
|
||||
|
||||
let popularToday = getPopularToday();
|
||||
$: popularToday = getPopularToday();
|
||||
</script>
|
||||
|
||||
<div class="main">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue