Skip to content

Commit

Permalink
breadcrumb -> euibreadcrumb
Browse files Browse the repository at this point in the history
  • Loading branch information
thompsongl committed Jul 9, 2020
1 parent 3c1def8 commit 4daa32c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* you may not use this file except in compliance with the Elastic License.
*/

import { Breadcrumb as EuiBreadcrumb } from '@elastic/eui';
import { EuiBreadcrumb } from '@elastic/eui';
import { History } from 'history';

import { letBrowserHandleEvent } from '../react_router_helpers';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import React, { useContext, useEffect } from 'react';
import { useHistory } from 'react-router-dom';
import { Breadcrumb as EuiBreadcrumb } from '@elastic/eui';
import { EuiBreadcrumb } from '@elastic/eui';
import { KibanaContext, IKibanaContext } from '../../index';
import { appSearchBreadcrumbs, TBreadcrumbs } from './generate_breadcrumbs';

Expand Down

0 comments on commit 4daa32c

Please sign in to comment.