Files
smart_storage_web/mock/role/routes.js

11 lines
125 B
JavaScript
Raw Normal View History

2025-06-30 10:17:15 +08:00
// Just a mock data
const constantRoutes = []
const asyncRoutes = []
module.exports = {
constantRoutes,
asyncRoutes
}