Skip to content

Commit 0a0b8f2

Browse files
committed
Finishing merge
1 parent 08634a7 commit 0a0b8f2

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

examples/embeddable_examples/public/book/book_embeddable.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ import {
2626
EmbeddableOutput,
2727
SavedObjectEmbeddableInput,
2828
ReferenceOrValueEmbeddable,
29-
Container,
3029
} from '../../../../src/plugins/embeddable/public';
3130
import { BookSavedObjectAttributes } from '../../common';
3231
import { BookEmbeddableComponent } from './book_component';

src/plugins/embeddable/public/mocks.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ import { dataPluginMock } from '../../data/public/mocks';
3838

3939
import { inspectorPluginMock } from '../../inspector/public/mocks';
4040
import { uiActionsPluginMock } from '../../ui_actions/public/mocks';
41-
import { SavedObjectEmbeddableInput, ReferenceOrValueEmbeddable, EmbeddableInput } from './lib';
4241

4342
export type Setup = jest.Mocked<EmbeddableSetup>;
4443
export type Start = jest.Mocked<EmbeddableStart>;

0 commit comments

Comments
 (0)