feat(gallery): simple gallery setup
NOTE: inspiration from https://github.com/Flosciante/nuxt-image-gallery
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
export const SETTINGS_MENUS = ["options", "clock", "user", "touchScreen"] as const;
|
||||
export const SETTINGS_MENUS = [
|
||||
"options",
|
||||
"clock",
|
||||
"user",
|
||||
"touchScreen",
|
||||
] as const;
|
||||
|
||||
export const SETTINGS_SUB_MENUS = [
|
||||
"optionsLanguage",
|
||||
|
||||
Reference in New Issue
Block a user