11export enum routes {
22 DASHBOARD = '/dashboard' ,
33
4- //--- User module ---//
4+ // --- User module --- //
55
66 PROFILE = '/user/profile' ,
77 USER_LIST = '/user/list' ,
88 USER_ADD = '/user/add' ,
99 USER_EDIT = '/user/edit' ,
1010
11- //--- E-commerce ---//
11+ // --- E-commerce ---//
1212
1313 MANAGEMENT = '/e-commerce/management' ,
1414 PRODUCT_EDIT = '/e-commerce/edit' ,
1515 PRODUCT_CREATE = '/e-commerce/create' ,
1616 PRODUCTS = '/e-commerce/products' ,
1717 PRODUCT = '/e-commerce/product' ,
1818
19- //--- Documentation ---//
19+ // --- Documentation ---//
2020
2121 LIBS = '/documentation/libs' ,
2222 STRUCTURE = '/documentation/structure' ,
@@ -29,45 +29,45 @@ export enum routes {
2929 MAPS = '/documentation/maps' ,
3030 TABLES = '/documentation/tables' ,
3131
32- //--- Core module ---//
32+ // --- Core module ---//
3333
3434 TYPOGRAPHY = '/core/typography' ,
3535 COLORS = '/core/colors' ,
3636 GRID = '/core/grid' ,
3737
38- //--- Tables module ---//
38+ // --- Tables module ---//
3939
4040 TABLES_BASIC = '/tables/basic' ,
4141 TABLES_DYNAMIC = '/tables/dynamic' ,
4242
43- //--- Forms module ---//
43+ // --- Forms module ---//
4444
4545 FORMS_ELEMENTS = '/forms/elements' ,
4646 FORMS_VALIDATION = '/forms/validation' ,
4747
48- //--- Charts module ---//
48+ // --- Charts module ---//
4949
5050 BAR_CHARTS = '/charts/bar' ,
5151 LINE_CHARTS = '/charts/line' ,
5252 PIE_CHARTS = '/charts/pie' ,
5353 OVERVIEW_CHARTS = '/charts/overview' ,
5454
55- //--- Maps module ---//
55+ // --- Maps module --- //
5656
5757 GOOGLE_MAP = '/maps/google' ,
5858 VECTOR_MAP = '/maps/vector' ,
5959
60- //--- Extra module ---//
60+ // --- Extra module ---//
6161
6262 CALENDAR = '/extra/calendar' ,
6363 INVOICE = '/extra/invoice' ,
6464 LOGIN_PAGE = '/extra/login' ,
65- ERROR_PAGE = '/extra/error ' ,
65+ ERROR_PAGE = '/extra/errorpage ' ,
6666 GALLERY = '/extra/gallery' ,
6767 SEARCH_RESULT = '/extra/search result' ,
6868 TIME_LINE = '/extra/time line' ,
6969
70- //--- Ui Elements module ---//
70+ // --- Ui Elements module --- //
7171
7272 ICONS = '/ui/icons' ,
7373 BADGE = '/ui/badge' ,
0 commit comments