[WEB-5141] chore: project features refactor (#7960)

* chore: project features refactor

* fix: enable/disable condition for toggle

* fix: dependencies

* chore: lint fix

* chore: lint fix

* chore: added fallback exports
This commit is contained in:
Vamsi Krishna 2025-10-23 00:27:16 +05:30 committed by GitHub
parent 772b5c5719
commit 5fa9943b66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 61 additions and 16 deletions

View file

@ -0,0 +1 @@
export { ProjectFeaturesList } from "@/components/project/settings/features-list";