feat: 💬 pass calculation method down to template

This commit is contained in:
Sebin Nyshkim 2025-07-04 17:23:24 +02:00
parent 5bccb9f60e
commit a28d070a30
2 changed files with 4 additions and 2 deletions

View file

@ -6,6 +6,7 @@ import {
getWeight,
getWingspan,
toInch,
toImperial,
toFahrenheit
} from '../includes/util.js';
@ -168,5 +169,6 @@ export default {
kinks,
description,
getTraits,
toFahrenheit
toFahrenheit,
toImperial
};