web client v1.0 (production)
This commit is contained in:
@@ -23,6 +23,7 @@ import Settings from "./components/Dialogs/Settings";
|
||||
import EditRestaurant from "./components/Dialogs/EditRestaurant";
|
||||
import NewDish from "./components/Dialogs/NewDish";
|
||||
import EditDish from "./components/Dialogs/EditDish";
|
||||
import Dish from "./components/Dialogs/Dish";
|
||||
|
||||
const theme = createMuiTheme({
|
||||
palette: {
|
||||
@@ -75,7 +76,7 @@ function App(props) {
|
||||
component={<NewDish />}
|
||||
/>
|
||||
<Route path="/dish/:id">
|
||||
<LogoMain />
|
||||
<Dish />
|
||||
</Route>
|
||||
<Route path="/login">
|
||||
<LoginDialog />
|
||||
|
||||
Reference in New Issue
Block a user