diff --git a/web/components/groups/group-overview-post.tsx b/web/components/groups/group-overview-post.tsx index 999c4ade..9f9dd399 100644 --- a/web/components/groups/group-overview-post.tsx +++ b/web/components/groups/group-overview-post.tsx @@ -6,7 +6,7 @@ import { Spacer } from '../layout/spacer' import { Group } from 'common/group' import { deleteFieldFromGroup, updateGroup } from 'web/lib/firebase/groups' import PencilIcon from '@heroicons/react/solid/PencilIcon' -import { DocumentRemoveIcon, TrashIcon } from '@heroicons/react/solid' +import { TrashIcon } from '@heroicons/react/solid' import { createPost } from 'web/lib/firebase/api' import { Post } from 'common/post' import { deletePost, updatePost } from 'web/lib/firebase/posts'