11 lines
125 B
JavaScript
11 lines
125 B
JavaScript
|
|
// Just a mock data
|
||
|
|
|
||
|
|
const constantRoutes = []
|
||
|
|
|
||
|
|
const asyncRoutes = []
|
||
|
|
|
||
|
|
module.exports = {
|
||
|
|
constantRoutes,
|
||
|
|
asyncRoutes
|
||
|
|
}
|