fixed wrong type import

This commit is contained in:
Sebastian Sdorra
2020-06-17 10:47:28 +02:00
parent 84947f5097
commit 9353972da2

View File

@@ -23,10 +23,9 @@
*/
import React, { FC, useEffect, useState } from "react";
import { Link, Repository, File } from "@scm-manager/ui-types";
import { Link, Repository, File, AnnotatedSource } from "@scm-manager/ui-types";
import { Annotate, apiClient, ErrorNotification, Loading } from "@scm-manager/ui-components";
import { getContentType } from "./contentType";
import { AnnotatedSource } from "@scm-manager/ui-components/src/Annotate";
type Props = {
file: File;