mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
5 lines
195 B
JavaScript
5 lines
195 B
JavaScript
// XXX Since Blaze doesn't have a clean high component API, component API are
|
|
// also tweaky to use. I guess React would be a solution.
|
|
ReactiveTabs.createInterface({
|
|
template: 'basicTabs'
|
|
});
|