open correct viewer for each type and reorder the structure

This commit is contained in:
Maren Süwer
2018-10-25 14:03:45 +02:00
parent bfdb58797b
commit 36f289a153
7 changed files with 26 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ import {
isFetchBranchesPending
} from "../../modules/branches";
import { compose } from "redux";
import Content from "../../content/components/Content";
import Content from "./Content";
import { fetchSources, isDirectory } from "../modules/sources";
type Props = {