Skip to content

Commit

Permalink
fixes merge conflict resolution error
Browse files Browse the repository at this point in the history
Signed-off-by: Ashwin P Chandran <ashwinpc@amazon.com>
  • Loading branch information
ashwin-pc committed Aug 23, 2023
1 parent 55a6825 commit 0b1bacc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/core/public/chrome/ui/header/header_logo.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* SPDX-License-Identifier: Apache-2.0
*/

import { EuiHeaderProps } from '@elastic/eui';
import React from 'react';
import { BehaviorSubject } from 'rxjs';
import { mountWithIntl, shallowWithIntl } from 'test_utils/enzyme_helpers';
Expand All @@ -13,7 +12,6 @@ import { getLogosMock } from '../../../../common/mocks';
const mockTitle = 'Page Title';
const mockProps = () => ({
href: '/',
basePath,
navLinks$: new BehaviorSubject([]),
forceNavigation$: new BehaviorSubject(false),
navigateToApp: jest.fn(),
Expand Down
1 change: 0 additions & 1 deletion src/core/public/chrome/ui/header/header_logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
*/

import './header_logo.scss';
import { EuiHeaderProps } from '@elastic/eui';
import { i18n } from '@osd/i18n';
import React from 'react';
import useObservable from 'react-use/lib/useObservable';
Expand Down

0 comments on commit 0b1bacc

Please sign in to comment.