Lots of changes, started on working /add

This commit is contained in:
2023-06-21 19:50:27 +02:00
parent 4e6291fa5d
commit dc6fd3fad5
140 changed files with 489 additions and 262 deletions

View File

@ -1,8 +1,8 @@
<script lang="ts">
import type { PageData } from './$types';
import '$lib/components/card.css';
import MediaScroller from '$lib/components/MediaScroller.svelte';
import Recipes from '$lib/components/Recipes.svelte';
import AddButton from '$lib/components/AddButton.svelte';
import Card from '$lib/components/Card.svelte';
import Search from '$lib/components/Search.svelte';
export let data: PageData;
@ -38,3 +38,4 @@
<Card {recipe} {current_month}></Card>
{/each}
</Recipes>
<AddButton></AddButton>