chore: build mobile

This commit is contained in:
2026-06-09 21:01:10 +02:00
parent 8a853074b7
commit 0317fb45df
2 changed files with 0 additions and 5 deletions
-4
View File
@@ -432,10 +432,6 @@ export const getDeliverymanLocationForCommand = async (commandId: number) => {
}
};
// ============================================
// PRODUITS
// ============================================
export const getAllProductsAdmin = async (): Promise<{
success: boolean;
data: Product[];