diff --git a/dev/App.js b/dev/App.js index 21a9102ab..6017f3484 100644 --- a/dev/App.js +++ b/dev/App.js @@ -2,8 +2,10 @@ import React, {Component} from 'react'; import {hot} from 'react-hot-loader'; import plotly from 'plotly.js/dist/plotly'; import '../src/styles/main.scss'; -import Nav from './Nav'; -import PlotlyEditor from '../src'; +import 'react-select/dist/react-select.css'; +import ReactJson from 'react-json-view'; +import Select from 'react-select'; +import PlotlyEditor, {DefaultEditor, Panel} from '../src'; // https://github.com/plotly/react-chart-editor#mapbox-access-tokens import ACCESS_TOKENS from '../accessTokens'; @@ -82,12 +84,43 @@ class App extends Component { useResizeHandler debug advancedTraceTypeSelector - /> -