Skip to content
Snippets Groups Projects
Commit f9538e5c authored by HongKee Moon's avatar HongKee Moon
Browse files

Change the location of js module

parent 1d755b89
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
// require modules
/* eslint-disable no-unused-vars */
const _ = require('lodash');
let Plotly = require('./plot')
let Plotly = require('./js/plot')
export default {
name: "PlotlyChart",
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment