Skip to content

Commit 7f3b396

Browse files
committed
fix(composables): helper import 경로 @ alias로 복구 (PivotData)
1 parent c403cfa commit 7f3b396

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/composables/useProvidePivotData.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Ref, ref, provide, inject, computed, ComputedRef } from 'vue'
2-
import type { PivotData } from '../helper/utilities.d'
3-
import { PivotData as PivotDataClass } from '../helper/utilities.js'
2+
import type { PivotData } from '@/helper/utilities'
3+
import { PivotData as PivotDataClass } from '@/helper/utilities'
44

55
const PIVOT_DATA_KEY = Symbol('pivotData')
66

0 commit comments

Comments
 (0)