mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-06-28 04:45:36 -04:00
more code
This commit is contained in:
parent
17d664eaeb
commit
6fb88b315a
10 changed files with 130 additions and 14 deletions
3
inventory/src/utils.js
Normal file
3
inventory/src/utils.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
exports.convertToInteger = (num) => {
|
||||
return num * 100;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue