🥊 EffortIndicator.ts

This commit is contained in:
nirholas
2026-03-31 10:23:11 +00:00
parent c9603dc30c
commit 032fbc278c

View File

@@ -40,3 +40,4 @@ export function effortLevelToSymbol(level: EffortLevel): string {
return EFFORT_HIGH return EFFORT_HIGH
} }
} }