From e85f7c80864d25b3bf9cb1cde0730d50dcc06c05 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Mon, 19 Dec 2022 18:37:58 -0800 Subject: [PATCH] Remove unused imports --- web/components/MainLayout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/MainLayout.tsx b/web/components/MainLayout.tsx index 5bb697a69..ac7b8689e 100644 --- a/web/components/MainLayout.tsx +++ b/web/components/MainLayout.tsx @@ -4,7 +4,7 @@ import Link from 'next/link'; import Head from 'next/head'; import { differenceInSeconds } from 'date-fns'; import { useRouter } from 'next/router'; -import { Layout, Menu, Popover, Alert, Typography, Button, Space, Tooltip } from 'antd'; +import { Layout, Menu, Alert, Button, Space, Tooltip } from 'antd'; import { SettingOutlined, HomeOutlined,