fix(docs): add missing imports for CurlBlock and resolveApiBase#214
Conversation
The docs page was using CurlBlock and resolveApiBase without importing them. This was likely accidentally removed during a previous merge, breaking the build.
|
Build now compiles successfully — the only failing tests (Header.test.tsx) are pre-existing on main and unrelated to this fix. This PR unblocks CI for all other open PRs. |
|
Hey — this is a small fix that clears up a broken build on The docs page was referring to Just added the two missing imports. That's it. Once merged, the CI on these should turn green:
Build compiles cleanly on my end. The couple of failing tests ( |
|
thanks for the effort @GBOYEE! 🙏 i can't tie this to an issue assigned to you, and we merge from the assigned contributor to keep the campaign fair. please claim an open unassigned issue first, then open your PR. closing for now — hope to see it back 🙌 |
|
nice work — thanks for this! |
Summary\n- Adds missing
import { CurlBlock }andimport { resolveApiBase }tosrc/app/docs/page.tsx\n- These were likely removed during a previous merge, breaking the build (all PRs failing CI)\n\n## Build result\n-✓ Compiled successfully(was:Failed to compile)