mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 23:45:44 +01:00
fixed wrong type import
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user