@@ -282,7 +282,7 @@ declare global {
282
282
const useFullscreen : typeof import ( '../core/browser/src/utils/vendors' ) [ 'useFullscreen' ]
283
283
const useGamepad : typeof import ( '../core/browser/src/utils/vendors' ) [ 'useGamepad' ]
284
284
const useGeolocation : typeof import ( '../core/browser/src/utils/vendors' ) [ 'useGeolocation' ]
285
- const useGitStore : typeof import ( '../../../resources/ stores/git' ) [ 'useGitStore' ]
285
+ const useGitStore : typeof import ( '../stores/git' ) [ 'useGitStore' ]
286
286
const useHead : typeof import ( '@unhead/vue' ) [ 'useHead' ]
287
287
const useHeadSafe : typeof import ( '@unhead/vue' ) [ 'useHeadSafe' ]
288
288
const useI18n : typeof import ( 'vue-i18n' ) [ 'useI18n' ]
@@ -321,7 +321,7 @@ declare global {
321
321
const usePageLeave : typeof import ( '../core/browser/src/utils/vendors' ) [ 'usePageLeave' ]
322
322
const useParallax : typeof import ( '../core/browser/src/utils/vendors' ) [ 'useParallax' ]
323
323
const useParentElement : typeof import ( '../core/browser/src/utils/vendors' ) [ 'useParentElement' ]
324
- const usePaymentStore : typeof import ( '../../../resources/ stores/payment' ) [ 'usePaymentStore' ]
324
+ const usePaymentStore : typeof import ( '../stores/payment' ) [ 'usePaymentStore' ]
325
325
const usePerformanceObserver : typeof import ( '../core/browser/src/utils/vendors' ) [ 'usePerformanceObserver' ]
326
326
const usePermission : typeof import ( '../core/browser/src/utils/vendors' ) [ 'usePermission' ]
327
327
const usePointer : typeof import ( '../core/browser/src/utils/vendors' ) [ 'usePointer' ]
@@ -335,7 +335,7 @@ declare global {
335
335
const usePreferredReducedMotion : typeof import ( '../core/browser/src/utils/vendors' ) [ 'usePreferredReducedMotion' ]
336
336
const usePrevious : typeof import ( '../core/browser/src/utils/vendors' ) [ 'usePrevious' ]
337
337
const useProjection : typeof import ( '../core/browser/src/utils/math' ) [ 'useProjection' ]
338
- const useQueueStore : typeof import ( '../../../resources/ stores/queue' ) [ 'useQueueStore' ]
338
+ const useQueueStore : typeof import ( '../stores/queue' ) [ 'useQueueStore' ]
339
339
const useRafFn : typeof import ( '../core/browser/src/utils/vendors' ) [ 'useRafFn' ]
340
340
const useRefHistory : typeof import ( '../core/browser/src/utils/vendors' ) [ 'useRefHistory' ]
341
341
const useResizeObserver : typeof import ( '../core/browser/src/utils/vendors' ) [ 'useResizeObserver' ]
@@ -385,7 +385,7 @@ declare global {
385
385
const useTrunc : typeof import ( '../core/browser/src/utils/math' ) [ 'useTrunc' ]
386
386
const useUrlSearchParams : typeof import ( '../core/browser/src/utils/vendors' ) [ 'useUrlSearchParams' ]
387
387
const useUserMedia : typeof import ( '../core/browser/src/utils/vendors' ) [ 'useUserMedia' ]
388
- const useUserStore : typeof import ( '../../../resources/ stores/user' ) [ 'useUserStore' ]
388
+ const useUserStore : typeof import ( '../stores/user' ) [ 'useUserStore' ]
389
389
const useVModel : typeof import ( '../core/browser/src/utils/vendors' ) [ 'useVModel' ]
390
390
const useVModels : typeof import ( '../core/browser/src/utils/vendors' ) [ 'useVModels' ]
391
391
const useVibrate : typeof import ( '../core/browser/src/utils/vendors' ) [ 'useVibrate' ]
@@ -726,7 +726,7 @@ declare module 'vue' {
726
726
readonly useFullscreen : UnwrapRef < typeof import ( '../core/browser/src/utils/vendors' ) [ 'useFullscreen' ] >
727
727
readonly useGamepad : UnwrapRef < typeof import ( '../core/browser/src/utils/vendors' ) [ 'useGamepad' ] >
728
728
readonly useGeolocation : UnwrapRef < typeof import ( '../core/browser/src/utils/vendors' ) [ 'useGeolocation' ] >
729
- readonly useGitStore : UnwrapRef < typeof import ( '../../../resources/ stores/git' ) [ 'useGitStore' ] >
729
+ readonly useGitStore : UnwrapRef < typeof import ( '../stores/git' ) [ 'useGitStore' ] >
730
730
readonly useHead : UnwrapRef < typeof import ( '@unhead/vue' ) [ 'useHead' ] >
731
731
readonly useHeadSafe : UnwrapRef < typeof import ( '@unhead/vue' ) [ 'useHeadSafe' ] >
732
732
readonly useI18n : UnwrapRef < typeof import ( 'vue-i18n' ) [ 'useI18n' ] >
@@ -765,7 +765,7 @@ declare module 'vue' {
765
765
readonly usePageLeave : UnwrapRef < typeof import ( '../core/browser/src/utils/vendors' ) [ 'usePageLeave' ] >
766
766
readonly useParallax : UnwrapRef < typeof import ( '../core/browser/src/utils/vendors' ) [ 'useParallax' ] >
767
767
readonly useParentElement : UnwrapRef < typeof import ( '../core/browser/src/utils/vendors' ) [ 'useParentElement' ] >
768
- readonly usePaymentStore : UnwrapRef < typeof import ( '../../../resources/ stores/payment' ) [ 'usePaymentStore' ] >
768
+ readonly usePaymentStore : UnwrapRef < typeof import ( '../stores/payment' ) [ 'usePaymentStore' ] >
769
769
readonly usePerformanceObserver : UnwrapRef < typeof import ( '../core/browser/src/utils/vendors' ) [ 'usePerformanceObserver' ] >
770
770
readonly usePermission : UnwrapRef < typeof import ( '../core/browser/src/utils/vendors' ) [ 'usePermission' ] >
771
771
readonly usePointer : UnwrapRef < typeof import ( '../core/browser/src/utils/vendors' ) [ 'usePointer' ] >
@@ -779,7 +779,7 @@ declare module 'vue' {
779
779
readonly usePreferredReducedMotion : UnwrapRef < typeof import ( '../core/browser/src/utils/vendors' ) [ 'usePreferredReducedMotion' ] >
780
780
readonly usePrevious : UnwrapRef < typeof import ( '../core/browser/src/utils/vendors' ) [ 'usePrevious' ] >
781
781
readonly useProjection : UnwrapRef < typeof import ( '../core/browser/src/utils/math' ) [ 'useProjection' ] >
782
- readonly useQueueStore : UnwrapRef < typeof import ( '../../../resources/ stores/queue' ) [ 'useQueueStore' ] >
782
+ readonly useQueueStore : UnwrapRef < typeof import ( '../stores/queue' ) [ 'useQueueStore' ] >
783
783
readonly useRafFn : UnwrapRef < typeof import ( '../core/browser/src/utils/vendors' ) [ 'useRafFn' ] >
784
784
readonly useRefHistory : UnwrapRef < typeof import ( '../core/browser/src/utils/vendors' ) [ 'useRefHistory' ] >
785
785
readonly useResizeObserver : UnwrapRef < typeof import ( '../core/browser/src/utils/vendors' ) [ 'useResizeObserver' ] >
@@ -829,7 +829,7 @@ declare module 'vue' {
829
829
readonly useTrunc : UnwrapRef < typeof import ( '../core/browser/src/utils/math' ) [ 'useTrunc' ] >
830
830
readonly useUrlSearchParams : UnwrapRef < typeof import ( '../core/browser/src/utils/vendors' ) [ 'useUrlSearchParams' ] >
831
831
readonly useUserMedia : UnwrapRef < typeof import ( '../core/browser/src/utils/vendors' ) [ 'useUserMedia' ] >
832
- readonly useUserStore : UnwrapRef < typeof import ( '../../../resources/ stores/user' ) [ 'useUserStore' ] >
832
+ readonly useUserStore : UnwrapRef < typeof import ( '../stores/user' ) [ 'useUserStore' ] >
833
833
readonly useVModel : UnwrapRef < typeof import ( '../core/browser/src/utils/vendors' ) [ 'useVModel' ] >
834
834
readonly useVModels : UnwrapRef < typeof import ( '../core/browser/src/utils/vendors' ) [ 'useVModels' ] >
835
835
readonly useVibrate : UnwrapRef < typeof import ( '../core/browser/src/utils/vendors' ) [ 'useVibrate' ] >
0 commit comments