From 0c7662708fe8b58b9ac77fa36e8e036829048c5a Mon Sep 17 00:00:00 2001 From: Piotr Rogowski Date: Wed, 15 Dec 2021 20:32:11 +0100 Subject: [PATCH] Remove unused var --- src/components/Log.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Log.tsx b/src/components/Log.tsx index 7b55a3d..e917b24 100644 --- a/src/components/Log.tsx +++ b/src/components/Log.tsx @@ -20,7 +20,6 @@ import { import { FileTextOutlined, EditOutlined, - DashboardOutlined, GlobalOutlined, } from '@ant-design/icons'; import { CheckboxValueType } from 'antd/lib/checkbox/Group';