web client v0.4 (edit restaurant info)
This commit is contained in:
9
src/components/EditRestaurant/EditRestaurantMenu.js
Normal file
9
src/components/EditRestaurant/EditRestaurantMenu.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from "react";
|
||||
|
||||
export default function EditRestaurantMenu(props) {
|
||||
return (
|
||||
<div className="editRestaurant-tab">
|
||||
<p>Menu</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user