You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

19 lines
594 B

/**
* Adminator Admin Template
* Modern Entry Point - Phase 2 Modernization
*/
// Import the modern application
import './app.js';
// Legacy imports that haven't been modernized yet
// These will be gradually replaced in future iterations
import './datatable';
import './datepicker';
// Note: The following have been modernized and are now handled by app.js:
// - sidebar (now Sidebar component)
// - charts (now ChartComponent using Chart.js instead of jQuery Sparkline)
// - Basic DOM utilities (now DOM utils)
console.log('📦 Adminator Template Loaded (Modern Version - Phase 2)');