HeliosLauncher/app/assets/js/scripts/views.js

9 lines
283 B
JavaScript
Raw Normal View History

2023-11-25 15:34:04 -08:00
// Mapping of each view to their container IDs.
export const VIEWS = {
landing: '#landingContainer',
loginOptions: '#loginOptionsContainer',
login: '#loginContainer',
settings: '#settingsContainer',
welcome: '#welcomeContainer',
waiting: '#waitingContainer'
}