part of 'app_pages.dart'; // DO NOT EDIT. This is code generated via package:get_cli/get_cli.dart abstract class Routes { Routes._(); static const SPLASH_SCREEN = _Paths.SPLASH_SCREEN; static const HOME = _Paths.HOME; static const INFO = _Paths.INFO; static const HISTORY = _Paths.HISTORY; } abstract class _Paths { _Paths._(); static const SPLASH_SCREEN = '/splash-screen'; static const HOME = '/home'; static const INFO = '/info'; static const HISTORY = '/history'; }