export const BASE_ITEMS = [ { id: "templates", name: "Templates", label: "Загвар", icon: "Icon_Position", }, { id: "uploads", name: "Uploads", label: "Зураг хуулах", icon: "Icon_Image", }, { id: "graphics", name: "Graphics", label: "Элемент", icon: "Icon_Category", }, // { // id: "Customize", // name: "Customize", // label: "Customize", // icon: "Customize", // }, // { // id: "pixabay", // name: "Pixabay", // icon: "Icon_Category", // }, { id: "artworks", name: "Artworks", label: "Артворк", icon: "Icon_Image", }, { id: "text", name: "Text", label: "Бичвэр", icon: "Icon_Text", }, { id: "mydesign", name: "Mydesign", label: "Миний Загвар", icon: "Icon_Position", }, { id: "nft", name: "nft", label: "NFT", icon: "Icon_Nft", } ] export enum PanelType { GRAPHICS = "Graphics", TEMPLATES = "Templates", STICKERS = "Stickers", PIXABAY = "Pixabay", BACKGROUND = "Background", UPLOADS = "Uploads", ARTWORKS = "Artworks", TEXT = "Text", }