Skip to content

Commit 49a5905

Browse files
committed
fix(composables): helper import 경로 @ alias로 복구 (PivotData)
1 parent deb6bb1 commit 49a5905

File tree

4 files changed

+1
-278
lines changed

4 files changed

+1
-278
lines changed

src/composables/useMaterializeInput.js

Lines changed: 0 additions & 69 deletions
This file was deleted.

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'
33

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

src/composables/usePropsState.js

Lines changed: 0 additions & 72 deletions
This file was deleted.

src/composables/useProvidePivotData.js

Lines changed: 0 additions & 136 deletions
This file was deleted.

0 commit comments

Comments
 (0)