finish delete implementation and restructure components

This commit is contained in:
Sebastian Sdorra
2018-08-06 10:08:28 +02:00
parent f0794c9d15
commit ffbfdff52e
17 changed files with 183 additions and 14 deletions

View File

@@ -15,7 +15,7 @@ import {
} from "../modules/repos";
import { translate } from "react-i18next";
import { Page } from "../../components/layout";
import RepositoryList from "../components/RepositoryList";
import RepositoryList from "../components/list";
import Paginator from "../../components/Paginator";
import { withRouter } from "react-router-dom";
import type { History } from "history";