Amend app layout

This commit is contained in:
2025-05-22 14:04:16 +03:00
parent 16a4ea0949
commit e080f3978c
13 changed files with 8 additions and 0 deletions

23
utils/model.ts Normal file
View File

@@ -0,0 +1,23 @@
export const languages = ref([
"English",
"Greek",
"German",
"Italian",
"Polish",
"Spanish",
]);
export const tones = ref([
"Motivational",
"Casual",
"Funny",
"Epic",
"Minimalist",
"Reflective",
"Poetic",
"Competitive",
"Adventure",
"Snarky",
]);
export const units = ref(["Imperial", "Metric"]);