mirror of
https://github.com/dscalzi/HeliosLauncher.git
synced 2025-01-09 12:32:13 -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'
|
||
|
}
|