[WEB-4852] chore: views refactor (#7729)

* chore: refactored view store and services

* chore: removed unused import

* chore: refactored update view component

* fix: lint errors
This commit is contained in:
Vamsi Krishna 2025-09-11 17:09:56 +05:30 committed by GitHub
parent 8bf059535a
commit 85f23b450d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 156 additions and 473 deletions

View file

@ -1,2 +1,2 @@
export * from "./project";
export * from "ce/services/workspace.service";
export * from "@/services/workspace.service";