mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-04-11 15:35:36 -04:00
chore: Nuxt 4 upgrade (#7426)
This commit is contained in:
@@ -1 +0,0 @@
|
||||
export { fieldTypes } from "./use-field-types";
|
||||
@@ -1,9 +0,0 @@
|
||||
export const fieldTypes = {
|
||||
TEXT: "text",
|
||||
TEXT_AREA: "textarea",
|
||||
NUMBER: "number",
|
||||
SELECT: "select",
|
||||
BOOLEAN: "boolean",
|
||||
PASSWORD: "password",
|
||||
COLOR: "color",
|
||||
} as const;
|
||||
Reference in New Issue
Block a user