mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 21:53:07 -04:00
change paths for cardstack types
This commit is contained in:
parent
1afe082d92
commit
17964ce5cb
7 changed files with 81 additions and 38 deletions
|
@ -1,8 +1,8 @@
|
|||
const { DynamicCardStack } = require("./DynamicCardStack");
|
||||
const { DynamicCardStack } = require("./stack");
|
||||
|
||||
module.exports = {
|
||||
createDynamicCardStack: (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