class AppRoutes {
static const home = "/";
static const addGame = "/addGame";
static const history = "/history";
static const money = "/money";
static const profile = "/profile";
}