fixes wrong import of NotFoundError

This commit is contained in:
Sebastian Sdorra
2019-04-03 17:09:31 +02:00
parent c8fa40d520
commit 3122ec5fb0

View File

@@ -13,7 +13,7 @@ import {
} from "../modules/branches";
import { ErrorPage, Loading } from "@scm-manager/ui-components";
import type { History } from "history";
import { NotFoundError } from "./errors";
import { NotFoundError } from "@scm-manager/ui-components";
type Props = {
repository: Repository,