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 5ab611f commit ac274f7Copy full SHA for ac274f7
docs/UXCIntegration.tsx
@@ -1,9 +1,7 @@
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';
4
import UXCIntegrationApp from '../patterns/navigation-layout/src/App.js';
5
import '../patterns/navigation-layout/src/index.css';
6
import { EmbeddedStackBlitz } from '@/docs/EmbeddedStackBlitz.js';
+import { MessageStrip, ThemeProvider } from '@ui5/webcomponents-react';
7
8
function UXCIntegration() {
9
return (
0 commit comments