mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 15:35:49 +01:00
cleanup
This commit is contained in:
@@ -39,6 +39,5 @@ public class LegacyRepositoryService {
|
||||
}
|
||||
return new NamespaceAndNameDto(repo.getName(), repo.getNamespace());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@ import React from "react";
|
||||
import { withRouter } from "react-router-dom";
|
||||
|
||||
class DummyComponent extends React.Component<Props, State> {
|
||||
|
||||
render() {
|
||||
return (
|
||||
<>
|
||||
|
||||
@@ -27,10 +27,7 @@ import Profile from "./Profile";
|
||||
|
||||
type Props = {
|
||||
authenticated?: boolean,
|
||||
links: Links,
|
||||
|
||||
//context objects
|
||||
history: History
|
||||
links: Links
|
||||
};
|
||||
|
||||
class Main extends React.Component<Props> {
|
||||
|
||||
Reference in New Issue
Block a user