try chakra-ui

This commit is contained in:
Sara
2023-12-14 19:27:16 +01:00
parent 6048339c26
commit 01c7f47250
7 changed files with 1660 additions and 74 deletions

View File

@@ -8,6 +8,10 @@ type LanguageOption = {
};
const supportedLanguages: LanguageOption[] = [
{
value: "",
name: "No translation",
},
{
value: "af",
name: "Afrikaans",