Skip to content

Commit

Permalink
Fixes import in image-magnify component
Browse files Browse the repository at this point in the history
  • Loading branch information
rabidkitten committed Apr 26, 2023
1 parent f90ac59 commit 42b483d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/image-magnify/image-magnify.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//
import React from 'react';
import PropTypes from 'prop-types';
import ReactImageMagnify from 'react-image-magnify';
import ReactImageMagnify from '@ditus/react-image-magnify';
import Skeleton from '@mui/material/Skeleton';
import './image-magnify.css';

Expand Down

0 comments on commit 42b483d

Please sign in to comment.