Remove unused imports

This commit is contained in:
Gabe Kangas 2022-12-19 18:37:58 -08:00
parent 8376420e86
commit e85f7c8086
No known key found for this signature in database
GPG key ID: 4345B2060657F330

View file

@ -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,