get('/', 'Home::index'); $routes->get('/hello', 'Home::hello'); $routes->get('/dashboard', 'Main::dashboard');