Skip to content

Commit e8c6f44

Browse files
fix dev app
1 parent f60a66c commit e8c6f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, {Component} from 'react';
22
import {hot} from 'react-hot-loader';
3-
import plotly from 'plotly.js';
3+
import plotly from 'plotly.js/dist/plotly-with-meta';
44
import '../src/styles/main.scss';
55
import 'react-select/dist/react-select.css';
66
import brace from 'brace'; // eslint-disable-line no-unused-vars

0 commit comments

Comments
 (0)