UNPKG

168 BJavaScriptView Raw
1// List yer JS modules
2const Expandable = require( 'cf-expandables/src/Expandable' );
3const Table = require( 'cf-tables/src/Table' );
4
5Expandable.init();
6Table.init();