Add Page component to render CreateRecipePage for recipe creation

This commit is contained in:
Nils-Johan Gynther
2026-04-09 23:10:43 +02:00
parent 3fd43b421a
commit 50d79a348b
+5
View File
@@ -0,0 +1,5 @@
import CreateRecipePage from './CreateRecipePage';
export default function Page() {
return <CreateRecipePage />;
}