fixing styles

This commit is contained in:
ludo
2024-01-07 20:42:37 +01:00
parent 5144c1f7fd
commit 4df8628a3e
39 changed files with 149 additions and 326 deletions

View File

@@ -19,7 +19,6 @@ Route::middleware('auth')->prefix('Shop')->namespace('Shop')->name('Shop.')->gro
include_once __DIR__.'/Orders.php';
include_once __DIR__.'/Packages.php';
include_once __DIR__.'/PriceLists.php';
include_once __DIR__.'/PriceListValues.php';
include_once __DIR__.'/Producers.php';
include_once __DIR__.'/SaleChannels.php';
include_once __DIR__.'/Tags.php';