Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move getLines to polygon.tsx (#1398)
## Summary: It's only used by the polygon graph, and doesn't seem like a good candidate for reuse (with a name like getLines, how would people find it?) so I moved it closer to its usage site. Issue: none ## Test plan: `yarn test` Author: benchristel Reviewers: Myranae, jeremywiebe, mark-fitzgerald, nicolecomputer, nishasy Required Reviewers: Approved By: Myranae Checks: ✅ codecov/project, ✅ codecov/patch, ✅ Upload Coverage (ubuntu-latest, 20.x), ✅ Publish npm snapshot (ubuntu-latest, 20.x), ✅ Cypress (ubuntu-latest, 20.x), ✅ Jest Coverage (ubuntu-latest, 20.x), ✅ Check builds for changes in size (ubuntu-latest, 20.x), ✅ Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x), ✅ Check for .changeset entries for all changed files (ubuntu-latest, 20.x), ✅ Publish Storybook to Chromatic (ubuntu-latest, 20.x), ✅ gerald Pull Request URL: #1398
- Loading branch information