mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-12-23 16:59:48 +01:00
Move syntax-highlighter theme from ui-styles to ui-components
This commit is contained in:
@@ -25,7 +25,7 @@ import React from "react";
|
||||
|
||||
import { PrismAsyncLight as ReactSyntaxHighlighter } from "react-syntax-highlighter";
|
||||
// eslint-disable-next-line no-restricted-imports
|
||||
import highlightingTheme from "@scm-manager/ui-styles/src/syntax-highlighting";
|
||||
import highlightingTheme from "./syntax-highlighting";
|
||||
|
||||
type Props = {
|
||||
language?: string;
|
||||
|
||||
Reference in New Issue
Block a user