feature/IO-3255-simplified-parts-management - Cleanup

This commit is contained in:
Dave
2025-08-13 17:24:46 -04:00
parent 7158676562
commit 7ed7b6117f
10 changed files with 52 additions and 33 deletions

View File

@@ -0,0 +1,5 @@
const getPartsBasePath = (isPartsEntry) => {
return isPartsEntry ? "/parts" : "/manage";
};
export default getPartsBasePath;