File tree Expand file tree Collapse file tree
src/core/packages/chrome/layout
core-chrome-layout-components
core-chrome-layout/layouts/legacy-fixed Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99
1010import React from 'react' ;
1111import { Global , css } from '@emotion/react' ;
12- import { useLayoutState } from './layout_state_context' ;
1312import { 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.
Original file line number Diff line number Diff line change 88 */
99
1010import React from 'react' ;
11+ import useObservable from 'react-use/lib/useObservable' ;
1112import { LegacyFixedLayoutGlobalStyles } from './legacy_fixed_global_app_style' ;
1213import { LayoutService , LayoutServiceStartDeps } from '../../layout_service' ;
1314import { AppWrapper } from '../../app_containers' ;
1415import { 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.
You can’t perform that action at this time.
0 commit comments