Skip to content

Commit deb6bb1

Browse files
committed
fix(composables): import 경로를 상대경로로 수정하여 빌드 경고 해결 (PivotData)
1 parent 868f275 commit deb6bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/composables/useMaterializeInput.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Ref, ref, watch } from 'vue'
2-
import { PivotData } from '@/helper/utilities.js'
2+
import { PivotData } from '../helper/utilities.js'
33

44
export interface UseMaterializeInputOptions {
55
derivedAttributes: Ref<Record<string, (record: Record<string, any>) => any>>

0 commit comments

Comments
 (0)