1
0
Fork 0
mirror of synced 2024-10-02 10:08:09 +13:00

Fix require

This commit is contained in:
Adria Navarro 2024-03-14 17:41:30 +01:00
parent 68bfa2434b
commit a390015757

View file

@ -1,4 +1,4 @@
const helpers = require("@budibase/handlebars-helpers")
import helpers from "@budibase/handlebars-helpers"
import { date, duration } from "./date"
import { HelperFunctionBuiltin } from "./constants"