mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 16:00:13 +01:00
6 lines
195 B
JavaScript
6 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'
|
||
|
|
});
|