This repository has been archived on 2026-03-31. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
memelee/utils/Constants.js
2018-04-11 23:16:10 -04:00

24 lines
684 B
JavaScript

/**
* Constants
*
* They're constants. CONSTANTS. CONSTANCE TURN THE MUSIC DOWN.
*
* @copyright Ryan McGrath 2018
*/
export default {
Screens: {
TournamentsList: 'memelee.tournamentsList',
TournamentInfoScreen: 'memelee.tournamentInfoScreen',
TournamentEventInfoScreen: 'memelee.tournamentEventInfoScreen',
Attendees: 'memelee.attendeesListViewController',
Location: 'memelee.locationViewController',
Contact: 'memelee.contactViewController',
Info: 'memelee.infoViewController',
Bracket: 'memelee.tournamentBracket',
Bookmarks: 'memelee.bookmarks',
Settings: 'memelee.settings'
}
};