class RoutePaths { static const login = '/auth'; static const register = '/register'; static const home = '/home'; }