Make Groups functional

This commit is contained in:
Nathan Barber
2021-04-07 12:06:38 -04:00
parent 816eeeb2fc
commit 6a1a4de329
4 changed files with 81 additions and 86 deletions

View File

@@ -1,7 +1,7 @@
import { compose, withProps } from "recompose";
import { connect } from "react-redux";
import { jhapiRequest } from "../../util/jhapiUtil";
import { Groups } from "./Groups.pre";
import Groups from "./Groups.pre";
const withGroupsAPI = withProps((props) => ({
refreshGroupsData: () =>