Commit 802487b
fix(mobile): remove duplicate analytics import in ContestScreen (#14386)
## Summary
- Fixes mobile CI failure (typecheck + lint) caused by a duplicate
`import { make, track as trackEvent } from 'app/services/analytics'` in
[ContestScreen.tsx](packages/mobile/src/screens/contest-screen/ContestScreen.tsx).
- The duplicate (out-of-order) copy is removed; the properly ordered
import is retained.
## Test plan
- [ ] CI mobile `verify` (typecheck, lint, lint:env) passes.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>1 parent b242e13 commit 802487b
1 file changed
Lines changed: 0 additions & 1 deletion
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
| |||
0 commit comments