'use strict'; import adminRoutes from './admin'; export default { admin: adminRoutes, };