From d7bfdd9e851824bb735828f69603e2755f4ce1cc Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Mon, 27 May 2019 21:31:43 +0300 Subject: [PATCH] Remove unneeded import --- src/pages/FrontPage/FrontPage.tsx | 1 - 1 file changed, 1 deletion(-) 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";