Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
export const PUBLIC_ROUTE = {
LANDING: '/',
SIGN_IN: '/signin',
SIGN_UP: '/signup',
FORGET_PASSWORD: '/forgotpassword',
RESET_PASSWORD: '/resetpassword',
PAGE_404: '/404',
PAGE_500: '/500',
AUTH0_CALLBACK: '/auth0loginCallback',
};
export const PRIVATE_ROUTE = {
DASHBOARD: '/',
MAIL: '/inbox',
SCRUM_BOARD: '/scrum-board',
CALENDAR: '/calendar',
GOOGLE_MAP: '/googlemap',
LEAFLET_MAP: '/leafletmap',
TABLE: '/table_ant',
FORM: '/allFormComponent',
INPUT: '/InputField',
EDITOR: '/editor',
FORM_WITH_STEPPERS: '/stepperForms',
FORM_WITH_VALIDATION: '/FormsWithValidation',
PROGRESS: '/progress',
BUTTON: '/button',
TAB: '/tab',
AUTOCOMPLETE: '/autocomplete',
CHECKBOX: '/checkbox',
RADIOBOX: '/radiobox',
SELECT: '/selectbox',
TRANSFER: '/transfer',
GRID_LAYOUT: '/gridLayout',
NOTES: '/notes',
TODO: '/todo',
ARTICLES: '/articles',
INVESTORS: '/investors',
CONTACTS: '/contacts',
ALERT: '/alert',
MODAL: '/modal',
MESSAGE: '/message',
NOTIFICATION: '/notification',
POPCONFIRM: '/Popconfirm',
SPIN: '/spin',
SHUFFLE: '/shuffle',
AFFIX: '/affix',
BREADCRUMB: '/breadcrumb',
BACK_TO_TOP: '/backToTop',
DROPDOWN: '/dropdown',
OP_BADGE: '/op_badge',
OP_CARD: '/op_card',
OP_CAROUSEL: '/op_carousel',
OP_COLLAPSE: '/op_collapse',
OP_TOOLTIP: '/op_tooltip',
RATING: '/rating',
TREE: '/tree',
OP_TAG: '/op_tag',
OP_TIMELINE: '/op_timeline',
OP_POPOVER: '/op_popover',
GOOGLE_CHART: '/googleChart',
RECHARTS: '/recharts',
MENU: '/menu',
REACT_CHART_2: '/ReactChart2',
PAGINATION: '/pagination',
CARD: '/card',
CART: '/cart',
CHECKOUT: '/checkout',
SHOP: '/shop',
REACT_DATES: '/reactDates',
CODE_MIRROR: '/codeMirror',
UPPY: '/uppy',
DROPZONE: '/dropzone',
YOUTUBE_SEARCH: '/youtubeSearch',
FRAPPE_CHART: '/frappeChart',
INVOICE: '/invoice',
CHAT: '/chat',
PROFILE: '/my-profile',
SWIPER_SLIDER: '/swiperslider',
};