This commit is contained in:
ingawei 2022-10-05 13:15:44 -07:00
parent b8e73ef970
commit bdbb49557c

View File

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