We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 428e14f commit 88c9baaCopy full SHA for 88c9baa
src/components/Yaml/YamlViewer.tsx
@@ -3,8 +3,8 @@ import { Prism as SyntaxHighlighter } from 'react-syntax-highlighter';
3
import {
4
materialLight,
5
materialDark,
6
-} from 'react-syntax-highlighter/dist/esm/styles/prism'; // You can choose different styles
7
-import YAML from 'yaml';
+} from 'react-syntax-highlighter/dist/esm/styles/prism';
+
8
import { Button, FlexBox } from '@ui5/webcomponents-react';
9
import styles from './YamlViewer.module.css';
10
import { useToast } from '../../context/ToastContext.tsx';
0 commit comments