part of 'app_pages.dart'; abstract class Routes { // Main Menu Route static const HOME = '/'; static const TRAVEL = '/travel'; }