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
|
||||
import React from "react";
|
||||
|
||||
type Props = {
|
||||
|
||||
}
|
||||
type Props = {};
|
||||
|
||||
class ChangesetView extends React.Component<Props> {
|
||||
render() {
|
||||
return (
|
||||
<div>
|
||||
Hallo! Changesets here!
|
||||
</div>
|
||||
);
|
||||
return <div>Hallo! Changesets here!</div>;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user