| Current Path : /home/frekansk/.trash/wp-content/plugins/learnpress/assets/src/apps/js/frontend/ |
| Current File : /home/frekansk/.trash/wp-content/plugins/learnpress/assets/src/apps/js/frontend/profile.js |
import courseTab from './profile/course-tab';
import courseStatistics from './profile/statistic';
document.addEventListener( 'DOMContentLoaded', function( event ) {
courseTab();
courseStatistics();
} );