added missing brace theme import (#87498)

This commit is contained in:
Jean-Louis Leysens 2021-01-07 09:42:02 +01:00 committed by GitHub
parent 69e2c38bd3
commit ba20a74be3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,8 @@
*/
import React, { useState } from 'react';
import { EuiCodeEditor, EuiFormRow } from '@elastic/eui';
import 'brace/theme/github';
import { XJsonMode } from '@kbn/ace';
import './add_message_variables.scss';