Update import path for BaseService in WalletService.ts
- Changed the import statement for BaseService from '@/core/services/BaseService' to '@/core/base/BaseService' to reflect the new directory structure. This change ensures that the WalletService correctly references the BaseService, maintaining the integrity of the service layer.
This commit is contained in:
parent
f51c03f838
commit
f275d317ed
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { ref, computed } from 'vue'
|
||||
import { BaseService } from '@/core/services/BaseService'
|
||||
import { BaseService } from '@/core/base/BaseService'
|
||||
import { injectService, SERVICE_TOKENS } from '@/core/di-container'
|
||||
|
||||
export interface PayLink {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue