Problem: As we have worked on upgrading our frontend to NextJS, we kept the old components under components_old/ directory. However, now that we have most of the major files in NextJS, we can remove the components_old/ directory.
Solution: Delete components_old/ directory and any css files related to old version of DLP
Problem: As we have worked on upgrading our frontend to NextJS, we kept the old components under
components_old/
directory. However, now that we have most of the major files in NextJS, we can remove thecomponents_old/
directory.Solution: Delete
components_old/
directory and any css files related to old version of DLP