Skip to content

Commit ac274f7

Browse files
committed
Revert "Update UXCIntegration.tsx"
This reverts commit e8a79db.
1 parent 5ab611f commit ac274f7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/UXCIntegration.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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';
41
import UXCIntegrationApp from '../patterns/navigation-layout/src/App.js';
52
import '../patterns/navigation-layout/src/index.css';
63
import { EmbeddedStackBlitz } from '@/docs/EmbeddedStackBlitz.js';
4+
import { MessageStrip, ThemeProvider } from '@ui5/webcomponents-react';
75

86
function UXCIntegration() {
97
return (

0 commit comments

Comments
 (0)