more code

This commit is contained in:
Smigz 2025-01-17 22:45:33 -05:00
parent 17d664eaeb
commit 6fb88b315a
10 changed files with 130 additions and 14 deletions

3
inventory/src/utils.js Normal file
View file

@ -0,0 +1,3 @@
exports.convertToInteger = (num) => {
return num * 100;
};