fix flow and linter warnings

This commit is contained in:
Sebastian Sdorra
2018-08-31 10:47:42 +02:00
parent 9725f2d19f
commit d20b69ea23
13 changed files with 706 additions and 695 deletions

View File

@@ -1,5 +1,5 @@
//@flow
import React from 'react';
import React from "react";
import NavLink from "../../../components/navigation/NavLink";
import { translate } from "react-i18next";
import type { Group } from "../../types/Group";