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