Skip to content

Commit

Permalink
Change to relative paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
sainthkh committed Sep 5, 2019
1 parent eb8c69a commit 7e5ba77
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 @@ -20,7 +20,7 @@
import 'ngreact';
import { wrapInI18nContext } from 'ui/i18n';
import { uiModules } from 'ui/modules';
import 'ui/render_complete/directive';
import '../../../../../ui/public/render_complete/directive';

import { DiscoverNoResults } from './no_results';

Expand Down
2 changes: 1 addition & 1 deletion src/legacy/ui/public/vis/vis.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

import { EventEmitter } from 'events';
import _ from 'lodash';
import 'ui/render_complete/directive';
import '../render_complete/directive';
import { VisTypesRegistryProvider } from '../registry/vis_types';
import { AggConfigs } from './agg_configs';
import { PersistedState } from '../persisted_state';
Expand Down

0 comments on commit 7e5ba77

Please sign in to comment.