refactor(FN-1056): remove dead code and unused CSS

- Delete SetupWizard component and its test file (no longer used)
- Remove migration-stubs.ts (dead migration helper code)
- Strip unused CSS rules from dashboard styles.css
- Fix minor test assertion in activity-feed theme test
- Add changeset for patch release
This commit is contained in:
gsxdsm
2026-04-07 11:18:47 -07:00
parent caae7de44a
commit 1c10f2f27b
6 changed files with 34 additions and 1025 deletions

View File

@@ -0,0 +1,5 @@
---
"@gsxdsm/fusion": patch
---
Remove unused `migration-stubs.ts` interfaces (`CentralCoreStub`, `ProjectInfoStub`) and dead `SetupWizard` dashboard component.