class Routes { static const String home = '/home'; static const String timer = '/timer'; static const String settings = '/settings'; }