Skip to content

Commit

Permalink
update import extension
Browse files Browse the repository at this point in the history
  • Loading branch information
a-type committed Sep 20, 2024
1 parent 35f8f53 commit f13b042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/regions/BoxSelect.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { BoxRegion, BoxRegionFilterFn } from './BoxRegion.jsx';
import { BoxRegion, BoxRegionFilterFn } from './BoxRegion.js';
import { useCanvas } from '../canvas/CanvasProvider.js';
import { Vector2 } from '../../types.js';
import { useCallback } from 'react';
Expand Down

0 comments on commit f13b042

Please sign in to comment.