We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b604f1a commit 171178aCopy full SHA for 171178a
dev/App.js
@@ -2,14 +2,11 @@ import React, {Component} from 'react';
2
import {hot} from 'react-hot-loader/root';
3
import plotly from 'plotly.js/dist/plotly-with-meta';
4
import '../src/styles/main.scss';
5
-import brace from 'brace'; // eslint-disable-line no-unused-vars
6
import AceEditor from 'react-ace';
7
import Select from 'react-select';
8
import PlotlyEditor, {DefaultEditor, Panel} from '../src';
9
import Inspector from 'react-inspector';
10
import dataSources from './dataSources';
11
-import 'brace/mode/json';
12
-import 'brace/theme/textmate';
13
14
// https://github.com/plotly/react-chart-editor#mapbox-access-tokens
15
import ACCESS_TOKENS from '../accessTokens';
0 commit comments