UNPKG

create-nova-vite-template

Version:

This is a dashboard template built with React and Vite. It provides a modern and responsive user interface for building web applications.

15 lines (13 loc) 183 B
const LANG_OPTIONS = [ { value: "en", label: "English", icon: "US", }, { value: "ar", label: "Arabic", icon: "EG", }, ]; export default LANG_OPTIONS;