mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[expressions] remove root-level redirect, import from common (#136997)
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
a1e33569f2
commit
36260fb358
182 changed files with 238 additions and 189 deletions
|
@ -6,7 +6,7 @@
|
|||
*/
|
||||
|
||||
import { CoreSetup, CoreStart } from '@kbn/core/server';
|
||||
import { ExecutionContext } from '@kbn/expressions-plugin';
|
||||
import { ExecutionContext } from '@kbn/expressions-plugin/common';
|
||||
import { PluginStartContract } from '../plugin';
|
||||
|
||||
const getUiSettings = (coreStart: CoreStart, context: ExecutionContext) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue