Skip to content

Commit

Permalink
move width based layout provider to volto base
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-macaneata committed Feb 25, 2020
1 parent b3d88da commit 8ea3303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EmbedChartBlock/View.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import ViewText from '@plone/volto/components/manage/Blocks/Text/View';
import { SourceView } from 'volto-datablocks/Sources';
import { connect } from 'react-redux';

import WidthBasedLayoutProvider from 'volto-plotlycharts/LayoutProvider/WidthBasedLayoutProvider';
import WidthBasedLayoutProvider from 'volto-base/components/theme/LayoutProvider/WidthBasedLayoutProvider';

const EmbedChartView = ({
data,
Expand Down

0 comments on commit 8ea3303

Please sign in to comment.