From c7be2278651032187847ef570b753a1a9ad2b715 Mon Sep 17 00:00:00 2001 From: akrolsmir Date: Mon, 29 Aug 2022 04:00:14 +0000 Subject: [PATCH] Auto-remove unused imports --- web/components/nav/sidebar.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/components/nav/sidebar.tsx b/web/components/nav/sidebar.tsx index 7e9b7941..11051ea0 100644 --- a/web/components/nav/sidebar.tsx +++ b/web/components/nav/sidebar.tsx @@ -5,7 +5,6 @@ import { DotsHorizontalIcon, CashIcon, HeartIcon, - UserGroupIcon, ChatIcon, } from '@heroicons/react/outline' import clsx from 'clsx'