mirror of
https://github.com/immich-app/immich.git
synced 2025-12-19 01:11:07 +03:00
9 lines
158 B
TypeScript
9 lines
158 B
TypeScript
|
|
export enum AdminSideBarSelection {
|
||
|
|
USER_MANAGEMENT = "User management",
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
export enum AppSideBarSelection {
|
||
|
|
PHOTOS = "Photos",
|
||
|
|
EXPLORE = "Explore",
|
||
|
|
}
|