Skip to content

Commit

Permalink
Fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwf committed Jun 18, 2024
1 parent bd99e31 commit be2a8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/demo/demo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { SearchResults } from '../components/future/SearchResults';
import { SearchHighlights } from '../canvas-panel/render/SearchHighlights';
import { RenderSvgEditorControls } from '../components/SvgEditorControls';
import { InputShape } from 'polygon-editor';
import { ViewChoices } from '../components/ViewChoices';
import { ViewChoices } from '../components/future/ViewChoices';
import './demo.css';
import { PolygonSelector } from '../components/annotations/PolygonSelector';

Expand Down

0 comments on commit be2a8bc

Please sign in to comment.