structure + layout header sidebar
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
export const Paths = {
|
||||
home: '/home',
|
||||
myOrders: '/my-orders',
|
||||
preFactors: '/pre-factors',
|
||||
tickets: {
|
||||
list: '/tickets',
|
||||
},
|
||||
announcement: {
|
||||
list: '/announcement',
|
||||
},
|
||||
criticisms: '/criticisms',
|
||||
learning: '/learning',
|
||||
auth: {
|
||||
login: '/auth/login',
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user