https://beta.hesychia.ai/ returns 200 with the SPA
## Summary
- Fixes wrong relative imports in `AnalyticsSession.tsx` (`../` → `../../`) so `npm run build:beta` can resolve contexts/utils.
- Unblocks beta deploy; empty docroot was causing `https://beta.hesychia.ai/` nginx 403.
Fixes #47
## Test plan
- [ ] CI unit tests pass
- [ ] Beta deploy workflow succeeds after merge
- [ ] `https://beta.hesychia.ai/` returns 200 with the SPA
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
AnalyticsSession.tsx(../→../../) sonpm run build:betacan resolve contexts/utils.https://beta.hesychia.ai/nginx 403.Fixes #47
Test plan
https://beta.hesychia.ai/returns 200 with the SPA