From 680916a6db560fe5c5420feb740770017d47ae38 Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Mon, 27 Dec 2021 19:31:32 +0000 Subject: [PATCH] Update library.js (#225) --- methods/library.js | 1 + 1 file changed, 1 insertion(+) diff --git a/methods/library.js b/methods/library.js index 0d29986..97934a0 100644 --- a/methods/library.js +++ b/methods/library.js @@ -10,3 +10,4 @@ const importFresh = require(rootModules + "import-fresh"); module.exports.filters = importFresh("./filters.js"); module.exports.actions = importFresh("./actions.js"); +module.exports.loadDefaultValues = importFresh("./loadDefaultValues.js");