From e362d5b6ea954d82aa4f76c5c29de6c2b3137099 Mon Sep 17 00:00:00 2001 From: Matt Kime Date: Wed, 15 Sep 2021 14:13:56 -0500 Subject: [PATCH] fix import --- src/plugins/data/common/mocks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/data/common/mocks.ts b/src/plugins/data/common/mocks.ts index a9fc4c822a66e..66ad3b695d24c 100644 --- a/src/plugins/data/common/mocks.ts +++ b/src/plugins/data/common/mocks.ts @@ -6,4 +6,4 @@ * Side Public License, v 1. */ -export * from './index_patterns/fields/fields.mocks'; +export * from './data_views/fields/fields.mocks';