/home/ejrndhmu/.trash/wp-content/plugins/table-for-divi/includes/modules/index.js
// Internal Dependencies
import TFDT_Module from './TFDT_Module/TFDT_Module';

import TFDT_Module_Row from './TFDT_Module_Row/TFDT_Module_Row';


export default [

  TFDT_Module,

  TFDT_Module_Row
  
];