From 1afe082d921267409d0606fd720b69ddd499988a Mon Sep 17 00:00:00 2001 From: bignutty <3515180-bignutty@users.noreply.gitlab.com> Date: Fri, 14 Feb 2025 02:20:05 +0100 Subject: [PATCH] [nextgen/cardstack] fix require --- labscore/cardstack/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labscore/cardstack/index.js b/labscore/cardstack/index.js index 6660243..748f707 100644 --- a/labscore/cardstack/index.js +++ b/labscore/cardstack/index.js @@ -4,5 +4,5 @@ module.exports = { createDynamicCardStack: (context, options)=>{ return new DynamicCardStack(context, options) }, - CARD_STACK_CONSTANTS: require("./constants"), + CARD_STACK_CONSTANTS: require("./Constants"), } \ No newline at end of file