Created
February 10, 2019 18:37
-
-
Save marcinOz/15795286090473b28173edb9e8282db3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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