Skip to content

Commit 103cf60

Browse files
author
Jon
committed
Moved image scaling things into subdir
1 parent e0b8ae3 commit 103cf60

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed

src/components/DataSession/OperationWizard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { ref, onMounted, computed, defineEmits, defineProps} from 'vue'
33
import { fetchApiCall, handleError } from '@/utils/api'
44
import { calculateColumnSpan } from '@/utils/common'
55
import ImageGrid from '../Global/ImageGrid'
6-
import ImageScalingGroup from '../Global/ImageScalingGroup'
6+
import ImageScalingGroup from '../Global/Scaling/ImageScalingGroup'
77
import { useConfigurationStore } from '@/stores/configuration'
88
import { useAlertsStore } from '@/stores/alerts'
99

0 commit comments

Comments
 (0)