mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-02 19:45:51 +01:00
fix imports
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user