Remove the toFriendlyDuration helper

This commit is contained in:
Oliver-Akins 2024-03-24 16:52:30 -06:00
parent 022a63f12f
commit b19d248bc8
2 changed files with 0 additions and 28 deletions

View file

@ -2,7 +2,6 @@ import { schemaOptions } from "./schemaOptions.mjs";
import { createArray } from "./createArray.mjs";
import { detailsExpanded } from "./detailsExpanded.mjs";
import { objectValue } from "./objectValue.mjs";
import { toFriendlyDuration } from "./toFriendlyDuration.mjs";
import { handlebarsLocalizer } from "../utils/localizer.mjs";
import { options } from "./options.mjs";
@ -11,7 +10,6 @@ export default {
// Complex helpers
"dd-schemaOptions": schemaOptions,
"dd-array": createArray,
"dd-toFriendlyDuration": toFriendlyDuration,
"dd-objectValue": objectValue,
"dd-expanded": detailsExpanded,
"dd-i18n": handlebarsLocalizer,