update scm-svn-plugin to use Image from ui-components and types from ui-types

This commit is contained in:
Sebastian Sdorra
2018-09-05 14:45:22 +02:00
parent eac4b66e57
commit 0679f44dd6
12 changed files with 1665 additions and 9 deletions

View File

@@ -1,6 +1,7 @@
// @flow
import { binder } from "@scm-manager/ui-extensions";
import ProtocolInformation from './ProtocolInformation';
import SvnAvatar from './SvnAvatar';
import ProtocolInformation from "./ProtocolInformation";
import SvnAvatar from "./SvnAvatar";
const svnPredicate = (props: Object) => {
return props.repository && props.repository.type === "svn";