We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c9d1c commit e7da8b7Copy full SHA for e7da8b7
src/components/docImage/index.tsx
@@ -3,7 +3,7 @@ import path from 'path';
3
import {isExternalImage} from 'sentry-docs/config/images';
4
import {serverContext} from 'sentry-docs/serverContext';
5
6
-import {ImageLightbox} from './imageLightbox';
+import {ImageLightbox} from '../imageLightbox';
7
8
// Helper function to safely parse dimension values
9
const parseDimension = (value: string | number | undefined): number | undefined => {
0 commit comments