Skip to content

Commit

Permalink
fix(test): make unittest runnable
Browse files Browse the repository at this point in the history
Related Issue: #947
  • Loading branch information
fu050409 committed Jul 1, 2024
1 parent da29fce commit f9584f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devui-vue/devui/progress/src/progress.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { CSSProperties, defineComponent, effect, reactive, ref, toRefs, watch } from 'vue';
import { ProgressProps, progressProps, ISvgData } from './progress-types';
import { useNamespace, middleNum } from '@devui/shared/utils';
import { useNamespace, middleNum } from '../../../devui/shared/utils';
import './progress.scss';

export default defineComponent({
Expand Down

0 comments on commit f9584f7

Please sign in to comment.