Skip to content

Commit

Permalink
Fix SO import
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdover committed Dec 9, 2019
1 parent 5ad6b70 commit 9800f40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import {
import { Direction } from '@elastic/eui/src/services/sort/sort_direction';
import { i18n } from '@kbn/i18n';

import { SavedObjectAttributes } from '../../../../core/server';
import { SavedObjectAttributes } from '../../../../core/public';
import { SimpleSavedObject, CoreStart } from '../../../../core/public';

// TODO the typings for EuiListGroup are incorrect - maxWidth is missing. This can be removed when the types are adjusted
Expand Down

0 comments on commit 9800f40

Please sign in to comment.