Skip to content
Snippets Groups Projects
Commit 127bafd3 authored by lfr20's avatar lfr20
Browse files

Removed gamefication part of the admin

parent 333c4123
No related branches found
No related tags found
2 merge requests!57Merge of develop into master,!56Fixed buttons reportar, seguir, compartilhar, guardar and entrar (in comments...
......@@ -16,7 +16,7 @@ GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with Plataforma Integrada MEC. If not, see <http://www.gnu.org/licenses/>.*/
import React, { useEffect, useState } from "react";
import React from "react";
import Paper from "@material-ui/core/Paper"
import Grid from "@material-ui/core/Grid"
import Button from "@material-ui/core/Button"
......
This diff is collapsed.
......@@ -96,7 +96,6 @@ import UserPermissions from "./Admin/Pages/Pages/SubPages/Permissions";
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 PropTypes from "prop-types";
import Typography from "@material-ui/core/Typography";
import Box from "@material-ui/core/Box";
......@@ -356,13 +355,6 @@ export default function App() {
component={Link}
{...a11yProps(15)}
/>
<Tab
label="Gameficação"
to="/admin/gamefication"
icon={<DisplayIcon i={16} />}
component={Link}
{...a11yProps(16)}
/>
</Tabs>
</AppBar>
<div style={{ padding: "2em" }}>
......@@ -431,8 +423,6 @@ export default function App() {
<Route path="/admin/CreateRole" component={CreateRole} />
<Route path="/admin/BlockedUsers" component={BlockedUser} />
<Route path="/admin/sendEmail/:email" component={SendEmail} />
<Route path="/admin/gamefication" component={Gamefication} />
</div>
</div>
</Switch>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment