Skip to content

Commit 88c9baa

Browse files
committed
Update YamlViewer.tsx
1 parent 428e14f commit 88c9baa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Yaml/YamlViewer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import { Prism as SyntaxHighlighter } from 'react-syntax-highlighter';
33
import {
44
materialLight,
55
materialDark,
6-
} from 'react-syntax-highlighter/dist/esm/styles/prism'; // You can choose different styles
7-
import YAML from 'yaml';
6+
} from 'react-syntax-highlighter/dist/esm/styles/prism';
7+
88
import { Button, FlexBox } from '@ui5/webcomponents-react';
99
import styles from './YamlViewer.module.css';
1010
import { useToast } from '../../context/ToastContext.tsx';

0 commit comments

Comments
 (0)