Skip to content
Snippets Groups Projects
Commit 1b8f519e authored by lfr20's avatar lfr20
Browse files

Add route to Create Item

parent b6c7cc28
No related branches found
No related tags found
1 merge request!46Gamefication admin
......@@ -97,6 +97,9 @@ import EditRole from "./Admin/Components/Components/Inputs/EditRoles";
import CreateRole from "./Admin/Components/Components/Inputs/CreateRole";
import BlockedUser from "./Admin/Pages/Pages/SubPages/BlockedUsers";
import Gamefication from "./Admin/Pages/Pages/SubPages/Gamefication"
import GameficationCard from "./Admin/Components/Components/DataCards/GameficationCard"
import CreateItem from "./Admin/Components/Components/Inputs/CreateItem/CreateItem"
import PropTypes from "prop-types";
import Typography from "@material-ui/core/Typography";
import Box from "@material-ui/core/Box";
......@@ -432,7 +435,8 @@ export default function App() {
<Route path="/admin/BlockedUsers" component={BlockedUser} />
<Route path="/admin/sendEmail/:email" component={SendEmail} />
<Route path="/admin/gamefication" component={Gamefication} />
<Route path="/admin/item/:id" component={GameficationCard} />
<Route path="/admin/createItem" component={CreateItem} />
</div>
</div>
</Switch>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment