Skip to content

Commit e8a79db

Browse files
committed
Update UXCIntegration.tsx
1 parent 3791afb commit e8a79db

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/UXCIntegration.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
// For some reason a different import/order is expected in CI
2+
// eslint-disable-next-line import/order
3+
import { MessageStrip, ThemeProvider } from '@ui5/webcomponents-react';
14
import UXCIntegrationApp from '../patterns/navigation-layout/src/App.js';
25
import '../patterns/navigation-layout/src/index.css';
36
import { EmbeddedStackBlitz } from '@/docs/EmbeddedStackBlitz.js';
4-
import { MessageStrip, ThemeProvider } from '@ui5/webcomponents-react';
57

68
function UXCIntegration() {
79
return (

0 commit comments

Comments
 (0)