Skip to content

Commit

Permalink
address review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonelizabeth committed Mar 24, 2021
1 parent 6f13a80 commit 4eb1426
Show file tree
Hide file tree
Showing 50 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@import 'elasticsearch/index';
@import 'es_deprecations/index';
@import 'overview/index';
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { i18n } from '@kbn/i18n';
import { FormattedMessage } from '@kbn/i18n/react';

import { LatestMinorBanner } from './latest_minor_banner';
import { DeprecationTab } from './elasticsearch';
import { DeprecationTab } from './es_deprecations';
import { OverviewTab } from './overview';
import { TelemetryState, UpgradeAssistantTabProps } from './types';
import { useAppContext } from '../app_context';
Expand Down

0 comments on commit 4eb1426

Please sign in to comment.