Make linter happy

This commit is contained in:
Henri Bergius 2017-11-30 21:25:56 +01:00
parent 36a05fa14e
commit d6da5cedd8
3 changed files with 11 additions and 9 deletions

View file

@ -7,3 +7,5 @@ export function parseValue(val) {
}
return parseFloat(val);
}
export default parseValue;