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,6 +1,5 @@
<script lang="ts">
import type { PageData } from './$types';
import '$lib/components/card.css';
import Recipes from '$lib/components/Recipes.svelte';
export let data: PageData;
export let current_month = new Date().getMonth() + 1;