mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[kbn/io-ts] fix direct import
Conflict between https://github.com/elastic/kibana/pull/117958 and https://github.com/elastic/kibana/pull/115145 Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
139a3c9866
commit
994a4e44f1
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import * as t from 'io-ts';
|
|||
import Boom from '@hapi/boom';
|
||||
|
||||
import { i18n } from '@kbn/i18n';
|
||||
import { toNumberRt } from '@kbn/io-ts-utils';
|
||||
import { toNumberRt } from '@kbn/io-ts-utils/to_number_rt';
|
||||
|
||||
import { isActivePlatinumLicense } from '../../common/license_check';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue