mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-12 16:13:05 -04:00
[nextgen/cardstack] fix require
This commit is contained in:
parent
18bd28591c
commit
1afe082d92
1 changed files with 1 additions and 1 deletions
|
@ -4,5 +4,5 @@ module.exports = {
|
||||||
createDynamicCardStack: (context, options)=>{
|
createDynamicCardStack: (context, options)=>{
|
||||||
return new DynamicCardStack(context, options)
|
return new DynamicCardStack(context, options)
|
||||||
},
|
},
|
||||||
CARD_STACK_CONSTANTS: require("./constants"),
|
CARD_STACK_CONSTANTS: require("./Constants"),
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue