mirror of
https://github.com/dscalzi/HeliosLauncher.git
synced 2025-01-08 20:12:12 -08:00
9 lines
283 B
JavaScript
9 lines
283 B
JavaScript
// Mapping of each view to their container IDs.
|
|
export const VIEWS = {
|
|
landing: '#landingContainer',
|
|
loginOptions: '#loginOptionsContainer',
|
|
login: '#loginContainer',
|
|
settings: '#settingsContainer',
|
|
welcome: '#welcomeContainer',
|
|
waiting: '#waitingContainer'
|
|
} |