mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 23:15:43 +01:00
reformat
This commit is contained in:
@@ -1,17 +1,11 @@
|
|||||||
//@flow
|
//@flow
|
||||||
import React from "react";
|
import React from "react";
|
||||||
|
|
||||||
type Props = {
|
type Props = {};
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
class ChangesetView extends React.Component<Props> {
|
class ChangesetView extends React.Component<Props> {
|
||||||
render() {
|
render() {
|
||||||
return (
|
return <div>Hallo! Changesets here!</div>;
|
||||||
<div>
|
|
||||||
Hallo! Changesets here!
|
|
||||||
</div>
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user