const home = require('./path/home.ts') const about = require('./path/about.ts') const profile = require('./path/profile.ts') const noAccess = require('./path/noAccess.ts') module.exports = [ ...home, ...about, ...profile, ...noAccess ]