FleetCart/Modules/Import/Config/assets.php
2023-06-11 13:14:03 +01:00

14 lines
434 B
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Define which assets will be available through the asset manager
|--------------------------------------------------------------------------
| These assets are registered on the asset manager
*/
'all_assets' => [
'admin.import.js' => ['module' => 'import:admin/js/importer.js'],
],
];