When investigating locations of methods for the current version and project manager, I noticed that there were two declarations of a single method removeVersionFromProject, one in \composites\FileUploadDiologue.tsx and one in \composites\ProjectManager\useProjectState.ts. The currently used methods appear to be in useProjectState.ts.
Upon examining FileUploadDialogue.tsx, it appears that much, if not all, of this file does not appear to be in use in ethan_refactor or zac_refactor. This issue is created to review whether this code is necessary for the project.
When investigating locations of methods for the current version and project manager, I noticed that there were two declarations of a single method
removeVersionFromProject, one in\composites\FileUploadDiologue.tsxand one in\composites\ProjectManager\useProjectState.ts. The currently used methods appear to be in useProjectState.ts.Upon examining FileUploadDialogue.tsx, it appears that much, if not all, of this file does not appear to be in use in ethan_refactor or zac_refactor. This issue is created to review whether this code is necessary for the project.