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 c5282b8 commit b843c2cCopy full SHA for b843c2c
packages/main/src/components/MessageView/MessageView.cy.tsx
@@ -2,9 +2,9 @@ import WrappingType from '@ui5/webcomponents/dist/types/WrappingType.js';
2
import ValueState from '@ui5/webcomponents-base/dist/types/ValueState.js';
3
import { Link } from '@ui5/webcomponents-react';
4
import { useRef } from 'react';
5
+import { Dialog } from '../../webComponents/Dialog/index.js';
6
import { MessageItem } from './MessageItem';
7
import { MessageView } from './index.js';
-import { Dialog } from '../../webComponents/Dialog/index.js';
8
9
describe('MessageView', () => {
10
it('default & grouped', () => {
0 commit comments