Skip to content
Snippets Groups Projects
Commit 5c570d3f authored by lfr20's avatar lfr20
Browse files

Removed unecessary imports

parent 75e13330
Branches
No related tags found
1 merge request!46Gamefication admin
...@@ -41,8 +41,6 @@ import { ...@@ -41,8 +41,6 @@ import {
import Paper from "@material-ui/core/Paper"; import Paper from "@material-ui/core/Paper";
import styled from 'styled-components' import styled from 'styled-components'
import { GiAchievement } from 'react-icons/gi' import { GiAchievement } from 'react-icons/gi'
import ItemStoreContainer from "../../../../Pages/ItemStore";
const AchievementCard = ({ match }) => { const AchievementCard = ({ match }) => {
let history = useHistory(); let history = useHistory();
...@@ -342,7 +340,7 @@ const AchievementCard = ({ match }) => { ...@@ -342,7 +340,7 @@ const AchievementCard = ({ match }) => {
<Grid item> <Grid item>
<Link <Link
style={{ textDecoration: "none" }} style={{ textDecoration: "none" }}
to={`/admin/gamefication`} to={`/admin/achievements`}
> >
<Button <Button
startIcon={<ListRoundedIcon />} startIcon={<ListRoundedIcon />}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment