Fix require
This commit is contained in:
parent
68bfa2434b
commit
a390015757
|
@ -1,4 +1,4 @@
|
||||||
const helpers = require("@budibase/handlebars-helpers")
|
import helpers from "@budibase/handlebars-helpers"
|
||||||
import { date, duration } from "./date"
|
import { date, duration } from "./date"
|
||||||
import { HelperFunctionBuiltin } from "./constants"
|
import { HelperFunctionBuiltin } from "./constants"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue