Amend app layout
This commit is contained in:
23
utils/model.ts
Normal file
23
utils/model.ts
Normal 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"]);
|
||||
Reference in New Issue
Block a user