Skip to content

Commit

Permalink
add missing graph import
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Apr 21, 2020
1 parent 6e724e5 commit 47e0806
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x-pack/plugins/graph/public/application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ import { i18nDirective, i18nFilter, I18nProvider } from '@kbn/i18n/angular';
import '../../../../webpackShims/ace';
// required for i18nIdDirective
import 'angular-sanitize';
// required for ngRoute
import 'angular-route';
// type imports
import {
AppMountContext,
Expand Down

0 comments on commit 47e0806

Please sign in to comment.