// @ts-nocheck import React from 'react'; import { FormattedMessage as T } from '@/components'; export default [ { text: , disabled: false, href: '/preferences/general', }, { text: , href: '/preferences/users', }, { text: 'Estimates', href: '/preferences/estimates', }, { text: 'Invoices', href: '/preferences/invoices', }, { text: 'Receipts', href: '/preferences/receipts', }, { text: 'Credit Notes', href: '/preferences/credit-notes', }, { text: , href: '/preferences/currencies', }, { text: , href: '/preferences/branches', }, { text: , href: '/preferences/warehouses', }, { text: , disabled: false, href: '/preferences/accountant', }, { text: , disabled: false, href: '/preferences/items', }, { text: , disabled: false, href: '/preferences/sms-message', }, ];