remove unused import

This commit is contained in:
Maren Süwer
2018-07-26 10:20:09 +02:00
parent 82760ffb89
commit 0ab0950bb3

View File

@@ -1,5 +1,5 @@
//@flow
import type { Link, Links } from "../../types/hal";
import type { Links } from "../../types/hal";
export type User = {
displayName: string,