import type from ui-types

This commit is contained in:
Sebastian Sdorra
2018-11-30 12:12:52 +01:00
parent 60717440cd
commit f1e38596a5

View File

@@ -1,7 +1,7 @@
//@flow //@flow
import React from "react"; import React from "react";
import { translate } from "react-i18next"; import { translate } from "react-i18next";
import type { PagedCollection } from "../../ui-types/src"; import type { PagedCollection } from "@scm-manager/ui-types";
import { Button } from "./index"; import { Button } from "./index";
type Props = { type Props = {