Skip to content

Commit e7da8b7

Browse files
committed
fix bad import
1 parent 03c9d1c commit e7da8b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/docImage/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import path from 'path';
33
import {isExternalImage} from 'sentry-docs/config/images';
44
import {serverContext} from 'sentry-docs/serverContext';
55

6-
import {ImageLightbox} from './imageLightbox';
6+
import {ImageLightbox} from '../imageLightbox';
77

88
// Helper function to safely parse dimension values
99
const parseDimension = (value: string | number | undefined): number | undefined => {

0 commit comments

Comments
 (0)