export enum AdminSideBarSelection { USER_MANAGEMENT = "User management", } export enum AppSideBarSelection { PHOTOS = "Photos", EXPLORE = "Explore", }