mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 13:43:06 -04:00
7 lines
No EOL
183 B
JavaScript
7 lines
No EOL
183 B
JavaScript
const { DynamicCardStack } = require("./DynamicCardStack");
|
|
|
|
module.exports = {
|
|
createDynamicCardStack: (context, options)=>{
|
|
return new DynamicCardStack(context, options)
|
|
}
|
|
} |