Skip to content

Instantly share code, notes, and snippets.

@marcinOz
Created February 10, 2019 18:37
Show Gist options
  • Save marcinOz/15795286090473b28173edb9e8282db3 to your computer and use it in GitHub Desktop.
Save marcinOz/15795286090473b28173edb9e8282db3 to your computer and use it in GitHub Desktop.
class AppRoutes {
static const home = "/";
static const addGame = "/addGame";
static const history = "/history";
static const money = "/money";
static const profile = "/profile";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment