Skip to content

Commit

Permalink
Remove duplicate slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackie733 authored Aug 30, 2024
1 parent c1349f3 commit c4a60a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/composables/annotationTool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { Maybe } from '@/src/types';
import { useToolStore } from '@/src/store/tools';
import { Tools } from '@/src/store/tools/types';
import { AnnotationToolStore } from '@/src/store/tools/useAnnotationTool';
import { getCSSCoordinatesFromEvent } from '@/src//utils/vtk-helpers';
import { getCSSCoordinatesFromEvent } from '@/src/utils/vtk-helpers';
import { LPSAxis } from '@/src/types/lps';
import { AnnotationTool, ToolID } from '@/src/types/annotation-tool';
import vtkAbstractWidget from '@kitware/vtk.js/Widgets/Core/AbstractWidget';
Expand Down

0 comments on commit c4a60a0

Please sign in to comment.