import * as React from "react"; import { BackArrow } from "./back_arrow"; import { t } from "i18next"; export class AddGroup extends React.Component { render() { return

{t("Add Group")}

{t("Select from map to add")}

{t("Select from map to add")}

{t("Add parent groups")}

; } }