Skip to content

Commit

Permalink
added missing brace theme import (elastic#87498) (elastic#87606)
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens authored Jan 7, 2021
1 parent 7a9325e commit 3283ec0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 3283ec0

Please sign in to comment.