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

@@ -30,7 +30,7 @@ import { PrismAsyncLight as ReactSyntaxHighlighter, createElement } from "react-
// eslint-disable-next-line @typescript-eslint/ban-ts-ignore
// @ts-ignore
// 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 Popover from "./Popover";
import AnnotateLine from "./AnnotateLine";