Skip to content

Commit

Permalink
Update engine nav & engine router files
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Jan 11, 2021
1 parent c0ca07a commit ef261bf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,16 @@ import {
import { getAppSearchUrl } from '../../../shared/enterprise_search_url';
import { ENGINES_TITLE } from '../engines';
import { OVERVIEW_TITLE } from '../engine_overview';
import {
ANALYTICS_TITLE,
DOCUMENTS_TITLE,
SCHEMA_TITLE,
CRAWLER_TITLE,
RELEVANCE_TUNING_TITLE,
SYNONYMS_TITLE,
CURATIONS_TITLE,
RESULT_SETTINGS_TITLE,
SEARCH_UI_TITLE,
API_LOGS_TITLE,
} from './constants';
import { ANALYTICS_TITLE } from '../analytics';
import { DOCUMENTS_TITLE } from '../documents';
import { SCHEMA_TITLE } from '../schema';
import { CRAWLER_TITLE } from '../crawler';
import { RELEVANCE_TUNING_TITLE } from '../relevance_tuning';
import { SYNONYMS_TITLE } from '../synonyms';
import { CURATIONS_TITLE } from '../curations';
import { RESULT_SETTINGS_TITLE } from '../result_settings';
import { SEARCH_UI_TITLE } from '../search_ui';
import { API_LOGS_TITLE } from '../api_logs';

import { EngineLogic } from './';
import { EngineDetails } from './types';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,7 @@ import {
} from '../../routes';
import { ENGINES_TITLE } from '../engines';
import { OVERVIEW_TITLE } from '../engine_overview';
import {
ANALYTICS_TITLE,
// DOCUMENTS_TITLE,
// SCHEMA_TITLE,
// CRAWLER_TITLE,
// RELEVANCE_TUNING_TITLE,
// SYNONYMS_TITLE,
// CURATIONS_TITLE,
// RESULT_SETTINGS_TITLE,
// SEARCH_UI_TITLE,
// API_LOGS_TITLE,
} from './constants';
import { ANALYTICS_TITLE } from '../analytics';

import { Loading } from '../../../shared/loading';
import { EngineOverview } from '../engine_overview';
Expand Down

0 comments on commit ef261bf

Please sign in to comment.