web client v0.4 (edit restaurant info)

This commit is contained in:
2020-09-26 15:20:38 +02:00
parent 315c58cc8d
commit 3fdc93ef28
17 changed files with 884 additions and 93 deletions

View File

@@ -0,0 +1,9 @@
import React from "react";
export default function EditRestaurantPhoto(props) {
return (
<div className="editRestaurant-tab">
<p>Phottttto</p>
</div>
);
}