17 lines
596 B
JavaScript
17 lines
596 B
JavaScript
/**
|
|
* Internal dependencies.
|
|
*/
|
|
import './components/date-picker';
|
|
import './components/chosen';
|
|
import './components/tooltips';
|
|
import './components/vertical-sections';
|
|
import './components/sortable-list';
|
|
import './components/user-search';
|
|
import './components/advanced-filters';
|
|
import './components/taxonomies';
|
|
import './components/location';
|
|
import './components/promos';
|
|
import './components/notifications';
|
|
// Note: This is not common across all admin pages and at some point this code will be moved to a new file that only loads on the orders table page.
|
|
import './orders/list-table';
|