diff --git a/src/pages/FrontPage/FrontPage.tsx b/src/pages/FrontPage/FrontPage.tsx index ef425bb..f71414d 100644 --- a/src/pages/FrontPage/FrontPage.tsx +++ b/src/pages/FrontPage/FrontPage.tsx @@ -1,5 +1,4 @@ import * as React from "react"; -import { Link } from "react-router-dom"; import "./FrontPage.scss"; import appStore from "../../stores/AppStore"; import Card from "../../components/Card";