zoomable_image --> zoomable-image

This commit is contained in:
Alex Gleason 2022-10-12 15:27:26 -05:00
parent e6b0d17699
commit f42e8520b5
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
2 changed files with 1 additions and 1 deletions

View file

@ -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 {