You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cloud Build's `tsc --noEmit` caught two unused-declaration errors that
Vite HMR didn't: `stats` on HeroSectionProps is no longer needed since
the stats moved to NumbersStrip, and `colors` is no longer imported in
NumbersStrip after dropping the green/italic accents. Remove both and
update the two callers (LandingPage + HomePage) to stop passing stats.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments