import * as React from "react"; import { Link } from 'react-router'; import { t } from "i18next"; export class Groups extends React.Component { render() { return(
  • {t("Designer")}
  • {t("Plants")}
  • {t("Groups")}
  • {t("Zones")}
  • {t("Calendar")}

Note: Groups are coming soon!

); } };