mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 23:15:43 +01:00
re integrate @scm-manager/ui-types into @scm-manager/ui-components to reduce maven modules
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
//@flow
|
||||
import React from 'react';
|
||||
import React from "react";
|
||||
import { Repository } from "@scm-manager/ui-types";
|
||||
|
||||
// TODO flow types ???
|
||||
type Props = {
|
||||
repository: Object
|
||||
repository: Repository
|
||||
}
|
||||
|
||||
class ProtocolInformation extends React.Component<Props> {
|
||||
|
||||
Reference in New Issue
Block a user