zoomable_image --> zoomable-image
This commit is contained in:
parent
e6b0d17699
commit
f42e8520b5
2 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import classNames from 'clsx';
|
|||
import PropTypes from 'prop-types';
|
||||
import React from 'react';
|
||||
|
||||
import ZoomableImage from './zoomable_image';
|
||||
import ZoomableImage from './zoomable-image';
|
||||
|
||||
export default class ImageLoader extends React.PureComponent {
|
||||
|
||||
|
|
Loading…
Reference in a new issue