// @ts-nocheck import React from 'react'; import { FormattedMessage as T } from '@/components'; export default [ { text: , disabled: false, href: '/preferences/general', }, { text: 'Billing', href: '/preferences/billing', }, { text: , href: '/preferences/users', }, { text: , href: '/preferences/estimates', }, { text: , href: '/preferences/invoices', }, { text: , href: '/preferences/receipts', }, { text: , 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', // }, ];