chore: Convert GroupListItem, AddGroupsToCollection, AddPeopleToCollection, Drafts to functional components

This commit is contained in:
Tom Moor
2023-01-02 11:26:51 -05:00
parent 8c54f6330f
commit 4ccff8cb29
6 changed files with 226 additions and 283 deletions

View File

@@ -20,7 +20,6 @@ import useStores from "~/hooks/useStores";
type Props = {
collection: Collection;
onSubmit: () => void;
};
function AddGroupsToCollection(props: Props) {