We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3791afb commit e8a79dbCopy full SHA for e8a79db
1 file changed
docs/UXCIntegration.tsx
@@ -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';
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