mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 22:45:45 +01:00
fix Diff ui types
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
//@flow
|
||||
import React from "react";
|
||||
import DiffFile from "./DiffFile";
|
||||
import type { DiffObjectProps } from "./DiffTypes";
|
||||
import type { DiffObjectProps, File } from "./DiffTypes";
|
||||
|
||||
type Props = DiffObjectProps & {
|
||||
diff: any
|
||||
diff: File[]
|
||||
};
|
||||
|
||||
class Diff extends React.Component<Props> {
|
||||
|
||||
Reference in New Issue
Block a user