fix imports

This commit is contained in:
Konstantin Schaper
2020-10-19 20:47:59 +02:00
parent 47aa05dfe0
commit 9b874e7eab
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ import React from "react";
import { PrismAsyncLight as ReactSyntaxHighlighter } from "react-syntax-highlighter"; import { PrismAsyncLight as ReactSyntaxHighlighter } from "react-syntax-highlighter";
// eslint-disable-next-line no-restricted-imports // eslint-disable-next-line no-restricted-imports
import highlightingTheme from "@scm-manager/ui-styles/src/syntax-highlighting.js"; import highlightingTheme from "@scm-manager/ui-styles/src/syntax-highlighting";
type Props = { type Props = {
language?: string; language?: string;

View File

@@ -30,7 +30,7 @@ import { PrismAsyncLight as ReactSyntaxHighlighter, createElement } from "react-
// eslint-disable-next-line @typescript-eslint/ban-ts-ignore // eslint-disable-next-line @typescript-eslint/ban-ts-ignore
// @ts-ignore // @ts-ignore
// eslint-disable-next-line no-restricted-imports // eslint-disable-next-line no-restricted-imports
import highlightingTheme from "@scm-manager/ui-styles/src/syntax-highlighting.js"; import highlightingTheme from "@scm-manager/ui-styles/src/syntax-highlighting";
import { DateInput } from "../../useDateFormatter"; import { DateInput } from "../../useDateFormatter";
import Popover from "./Popover"; import Popover from "./Popover";
import AnnotateLine from "./AnnotateLine"; import AnnotateLine from "./AnnotateLine";