Remove team account related services and actions

Removed services and actions related to team account deletion as well as updated paths within other dependent files, better reflecting their new locations. Also, added a new service titled 'AccountBillingService' for handling billing-related operations and restructured the form layout and handled translation in 'team-account-danger-zone' component.
This commit is contained in:
giancarlo
2024-03-28 15:27:56 +08:00
parent 3ac4d3b00d
commit 041efb89fb
77 changed files with 1998 additions and 1553 deletions

View File

@@ -9,13 +9,13 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"prettier": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.11"
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13"
},
"devDependencies": {
"@kit/tsconfig": "^0.1.0",
"typescript": "^5.3.3"
"@kit/tsconfig": "workspace:^",
"typescript": "^5.4.3"
},
"prettier": "./index.mjs"
}