achat-maison-albi-fr/src/utils/ui.ts
Emil Gulamov 9bd4ff79ac Add BrandLogo and LanguagePicker components
Introduced two new components (BrandLogo and LanguagePicker) to the Navbar component. This refactor improves readability and maintainability of the code. Additionally, SVG icons are extracted into reusable components
2024-03-30 01:18:02 +04:00

4 lines
No EOL
69 B
TypeScript

export const languages = {
en: "English",
fr: "Français",
};