Skip to content

Commit c870870

Browse files
committed
Prettier
1 parent 1964742 commit c870870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/containers/ImageAccordion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import PlotlyFold from './PlotlyFold';
22
import TraceRequiredPanel from './TraceRequiredPanel';
33
import PropTypes from 'prop-types';
44
import React, {Component} from 'react';
5-
import {connectImageToLayout, localize} from 'lib';
5+
import {connectImageToLayout} from 'lib';
66

77
const ImageFold = connectImageToLayout(PlotlyFold);
88

0 commit comments

Comments
 (0)