What user problem are we solving?
Currently, build checks are failing because the components_old/ directory is not in use. that causes delay and confusion on the PR build checks.
What solution does this PR provide?
Remove old components and files now that most of the repo is upgraded to NextJS
Testing Methodology
spin up the app in localhost + existing build checks
Any other considerations
make sure we thoroughly cleaned up old files that we don't use from the old setup
Remove old components
What user problem are we solving? Currently, build checks are failing because the
components_old/
directory is not in use. that causes delay and confusion on the PR build checks. What solution does this PR provide? Remove old components and files now that most of the repo is upgraded to NextJS Testing Methodology spin up the app in localhost + existing build checksAny other considerations make sure we thoroughly cleaned up old files that we don't use from the old setup