11D recipe preview

This commit is contained in:
Nils-Johan Gynther
2026-04-09 15:12:54 +02:00
parent 8bb7b66274
commit d1870decac
6 changed files with 354 additions and 11 deletions
+4 -9
View File
@@ -4,15 +4,10 @@ export default function HomePage() {
return (
<main style={{ padding: '2rem' }}>
<h1>Recipe App</h1>
<p>Next.js-frontend fungerar.</p>
<p>Det här är första riktiga grunden för projektet.</p>
<p>
<Link href="/inventory"> till hemmavaror</Link>
</p>
<p>
<Link href="/admin/products"> till admingränssnitt</Link>
</p>
<p><Link href="/inventory"> till varor som finns hemma</Link></p>
<p><Link href="/admin/products"> till produktadmin</Link></p>
<p><Link href="/recipes"> till recept</Link></p>
</main>
);
}
}