## Link to ticket [TMA-XX](https://taggid.atlassian.net/browse/TMA-XX) ## Description ## Packages added (using `yarn add` or `yarn add --dev`) - **package-name** — Use case of package within project ## How Has This Been Tested? ## Screenshots (if appropriate) ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] Documentation/repository update ## Checklist - [ ] I thoroughly tested my changes and ensured that they integrate with existing functionality. - [ ] I ran `yarn lint` and `yarn type`, and I fixed any syntax or type errors that came up. - [ ] I ran `git pull --rebase upstream master` in my branch and resolved any merge conflicts on my end. - [ ] I clearly documented and detailed my code where I deemed it necessary to do so. - [ ] My changes require a change to the documentation... - [ ] ... which I have updated accordingly.