From e1adced026a57af6748fa9a9c5e7bdf2d4502e8c Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 30 Jan 2021 12:39:29 -0600 Subject: [PATCH] =?UTF-8?q?refactor(web):=20=F0=9F=94=A5=20rm=20unused=20r?= =?UTF-8?q?ef?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/App.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/src/App.tsx b/web/src/App.tsx index fdd97250f..ad461b953 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -3,7 +3,6 @@ import { DollarOutlined, GithubOutlined, IeOutlined, - TeamOutlined, TwitterOutlined, } from "@ant-design/icons"; import { Layout, Tag } from "antd";