Hide images behind a build flag until ready

This commit is contained in:
Paul Frazee 2022-12-02 10:48:57 -06:00
parent ea27b9ed08
commit 8a43040ec6
2 changed files with 12 additions and 8 deletions

View file

@ -1,2 +1,3 @@
export const LOGIN_INCLUDE_DEV_SERVERS = true
export const TABS_ENABLED = false
export const IMAGES_ENABLED = false