chore: Convert GroupListItem, AddGroupsToCollection, AddPeopleToCollection, Drafts to functional components
This commit is contained in:
@@ -20,7 +20,6 @@ import useStores from "~/hooks/useStores";
|
||||
|
||||
type Props = {
|
||||
collection: Collection;
|
||||
onSubmit: () => void;
|
||||
};
|
||||
|
||||
function AddGroupsToCollection(props: Props) {
|
||||
|
||||
Reference in New Issue
Block a user