fixed some flow issues

This commit is contained in:
Sebastian Sdorra
2018-07-25 08:25:07 +02:00
parent b5f64429d4
commit 06980da1c2
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
// @flow
import type { Me } from "../types/me";
import type { Me } from "../types/Me";
import { apiClient, UNAUTHORIZED_ERROR } from "../apiclient";