fix(FN-2572): remove dead onboarding modal exports
- Delete obsolete AppModals code that was accidentally left in ModelOnboardingModal.tsx - Restore the Task type import used by the onboarding modal after dead code cleanup - Drop the unused SettingsModal.css import tied to removed code paths - Extend ModelOnboardingModal tests to guard against dead export regressions
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
/* === SettingsModal: all settings-related layout, panel, and component styles ===
|
||||
Extracted from styles.css as part of the Sweep-3 CSS extraction effort.
|
||||
Imported by SettingsModal.tsx (and MemoryView.tsx / ModelOnboardingModal.tsx
|
||||
for the classes they share). */
|
||||
Imported by SettingsModal.tsx (and MemoryView.tsx for shared classes). */
|
||||
|
||||
/* === Settings Layout === */
|
||||
.settings-modal-heading {
|
||||
|
||||
Reference in New Issue
Block a user