1
1
export enum routes {
2
2
DASHBOARD = '/dashboard' ,
3
3
4
- //--- User module ---//
4
+ // --- User module --- //
5
5
6
6
PROFILE = '/user/profile' ,
7
7
USER_LIST = '/user/list' ,
8
8
USER_ADD = '/user/add' ,
9
9
USER_EDIT = '/user/edit' ,
10
10
11
- //--- E-commerce ---//
11
+ // --- E-commerce ---//
12
12
13
13
MANAGEMENT = '/e-commerce/management' ,
14
14
PRODUCT_EDIT = '/e-commerce/edit' ,
15
15
PRODUCT_CREATE = '/e-commerce/create' ,
16
16
PRODUCTS = '/e-commerce/products' ,
17
17
PRODUCT = '/e-commerce/product' ,
18
18
19
- //--- Documentation ---//
19
+ // --- Documentation ---//
20
20
21
21
LIBS = '/documentation/libs' ,
22
22
STRUCTURE = '/documentation/structure' ,
@@ -29,45 +29,45 @@ export enum routes {
29
29
MAPS = '/documentation/maps' ,
30
30
TABLES = '/documentation/tables' ,
31
31
32
- //--- Core module ---//
32
+ // --- Core module ---//
33
33
34
34
TYPOGRAPHY = '/core/typography' ,
35
35
COLORS = '/core/colors' ,
36
36
GRID = '/core/grid' ,
37
37
38
- //--- Tables module ---//
38
+ // --- Tables module ---//
39
39
40
40
TABLES_BASIC = '/tables/basic' ,
41
41
TABLES_DYNAMIC = '/tables/dynamic' ,
42
42
43
- //--- Forms module ---//
43
+ // --- Forms module ---//
44
44
45
45
FORMS_ELEMENTS = '/forms/elements' ,
46
46
FORMS_VALIDATION = '/forms/validation' ,
47
47
48
- //--- Charts module ---//
48
+ // --- Charts module ---//
49
49
50
50
BAR_CHARTS = '/charts/bar' ,
51
51
LINE_CHARTS = '/charts/line' ,
52
52
PIE_CHARTS = '/charts/pie' ,
53
53
OVERVIEW_CHARTS = '/charts/overview' ,
54
54
55
- //--- Maps module ---//
55
+ // --- Maps module --- //
56
56
57
57
GOOGLE_MAP = '/maps/google' ,
58
58
VECTOR_MAP = '/maps/vector' ,
59
59
60
- //--- Extra module ---//
60
+ // --- Extra module ---//
61
61
62
62
CALENDAR = '/extra/calendar' ,
63
63
INVOICE = '/extra/invoice' ,
64
64
LOGIN_PAGE = '/extra/login' ,
65
- ERROR_PAGE = '/extra/error ' ,
65
+ ERROR_PAGE = '/extra/errorpage ' ,
66
66
GALLERY = '/extra/gallery' ,
67
67
SEARCH_RESULT = '/extra/search result' ,
68
68
TIME_LINE = '/extra/time line' ,
69
69
70
- //--- Ui Elements module ---//
70
+ // --- Ui Elements module --- //
71
71
72
72
ICONS = '/ui/icons' ,
73
73
BADGE = '/ui/badge' ,
0 commit comments