fix merge conflict

This commit is contained in:
dannyrb 2020-05-18 14:34:44 -04:00
parent 979242c819
commit d0c3fb6db0

View File

@ -88,7 +88,10 @@ export default function ModeRoute({
* Use it from there instead of passing as a prop here.
*/}
<DragAndDropProvider>
<LayoutComponent {...layoutTemplateData.props} ViewportGridComp={ViewportGridWithDataSource}/>
<LayoutComponent
{...layoutTemplateData.props}
ViewportGridComp={ViewportGridWithDataSource}
/>
</DragAndDropProvider>
</CombinedContextProvider>
{/*</ToolbarLayoutProvider>*/}