Merged in feature/git-config (pull request #103)

Repository type configuration + abstraction for global configuration
This commit is contained in:
Sebastian Sdorra
2018-11-07 13:46:22 +00:00
34 changed files with 813 additions and 1399 deletions

View File

@@ -102,7 +102,6 @@ class Main extends React.Component<Props> {
authenticated={authenticated}
/>
<ProtectedRoute
exact
path="/config"
component={Config}
authenticated={authenticated}