diff --git a/module/handlebarsHelpers/_index.mjs b/module/handlebarsHelpers/_index.mjs index 167bf65..b7251ef 100644 --- a/module/handlebarsHelpers/_index.mjs +++ b/module/handlebarsHelpers/_index.mjs @@ -1,6 +1,8 @@ +import { filePath } from "../consts.mjs"; import { options } from "./options.mjs"; export default { // MARK: Complex "tb-options": options, + "tb-filePath": filePath, };