import React from "react"; import Groups from "../Groups"; function GroupPage() { return ( ); } export default GroupPage;