Added detailst design

This commit is contained in:
llsajjad
2025-08-06 08:06:27 +03:30
parent 9f6c458e15
commit ca818379ad
11 changed files with 455 additions and 16 deletions
+2
View File
@@ -17,4 +17,6 @@ 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';
static const arrowLeft = 'assets/svgs/arrow_left.svg';
static const export = 'assets/svgs/export.svg';
}