feat: add placeholder page for new item creation form
This commit is contained in:
parent
11188330fe
commit
64f7e3b6f3
11
myfavstuff/app/add-item/page.js
Normal file
11
myfavstuff/app/add-item/page.js
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
// app/add-item/page.js
|
||||||
|
|
||||||
|
export default function AddItemPage() {
|
||||||
|
return (
|
||||||
|
<div>
|
||||||
|
<h1>Add New Item</h1>
|
||||||
|
<p>This is where the form to add a new item will go.</p>
|
||||||
|
{/* You can add your form component or elements here */}
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user