Removed conflicting asset paths and cleaned up the AssetsManager class in assets.dart

This commit is contained in:
amirrezaghabeli
2025-08-06 08:35:48 +03:30
parent 4dacd0689e
commit 91a7634298
-3
View File
@@ -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
}