Add Page component to render CreateRecipePage for recipe creation
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
import CreateRecipePage from './CreateRecipePage';
|
||||||
|
|
||||||
|
export default function Page() {
|
||||||
|
return <CreateRecipePage />;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user