remove unused import

This commit is contained in:
Sebastian Sdorra
2018-07-27 08:05:51 +02:00
parent 968d4efd0d
commit 7bd03ed8b5

View File

@@ -1,6 +1,5 @@
// @flow
import React from "react";
import type { PagedCollection } from "../types/Collection";
import { mount, shallow } from "enzyme";
import "../tests/enzyme";
import "../tests/i18n";