Skip to content

Commit 2ff31a7

Browse files
committed
fix lint
1 parent eadf52f commit 2ff31a7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/core/packages/chrome/layout/core-chrome-layout-components/layout_global_css.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
import React from 'react';
1111
import { Global, css } from '@emotion/react';
12-
import { useLayoutState } from './layout_state_context';
1312
import { useEuiTheme } from '@elastic/eui';
13+
import { useLayoutState } from './layout_state_context';
1414

1515
/**
1616
* Sets up global CSS for the layout using the CSS variables (custom properties) approach.

src/core/packages/chrome/layout/core-chrome-layout/layouts/legacy-fixed/legacy_fixed_layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
*/
99

1010
import React from 'react';
11+
import useObservable from 'react-use/lib/useObservable';
1112
import { LegacyFixedLayoutGlobalStyles } from './legacy_fixed_global_app_style';
1213
import { LayoutService, LayoutServiceStartDeps } from '../../layout_service';
1314
import { AppWrapper } from '../../app_containers';
1415
import { APP_FIXED_VIEWPORT_ID } from '../../app_fixed_viewport';
15-
import useObservable from 'react-use/lib/useObservable';
1616

1717
/**
1818
* Service for providing layout component wired to other core services.

0 commit comments

Comments
 (0)