fix: Remove inclusion of SelectorIcon in sidebar-menu.tsx

This commit is contained in:
tecc 2023-03-12 10:01:49 +01:00
parent 5f0ac64b13
commit 3ba664c37d
No known key found for this signature in database
GPG Key ID: 400AAD881FCC028B

View File

@ -2,7 +2,6 @@ import { Menu } from '@material-ui/core';
import { FC, useMemo } from 'react';
import {
ClipboardCopyIcon,
SelectorIcon,
StarIcon,
TrashIcon,
} from '@heroicons/react/outline';