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