From 91a7634298b10f9bef35edcbdfc537f279eb6ec8 Mon Sep 17 00:00:00 2001 From: amirrezaghabeli Date: Wed, 6 Aug 2025 08:35:48 +0330 Subject: [PATCH] Removed conflicting asset paths and cleaned up the AssetsManager class in assets.dart --- lib/core/constants/assets.dart | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/core/constants/assets.dart b/lib/core/constants/assets.dart index f62c2fe..1ed0338 100644 --- a/lib/core/constants/assets.dart +++ b/lib/core/constants/assets.dart @@ -20,12 +20,9 @@ class AssetsManager { static const location = 'assets/icons/location.svg'; static const arrowCircleLeft = 'assets/icons/arrow-circle-left.svg'; static const arrowCircleRight = 'assets/icons/arrow-circle-right.svg'; -<<<<<<< HEAD //your tenders page static const tickCircle = 'assets/icons/tick-circle.svg'; -======= static const arrowLeft = 'assets/svgs/arrow_left.svg'; static const export = 'assets/svgs/export.svg'; ->>>>>>> 92b89fdea46b90000b1e2c986d973dd8161fb7cb }