export const LEND_AND_BORROW_TABS: Tab[] = [ { page: 'lend', name: 'Lend' }, { page: 'borrow', name: 'Borrow' }, { page: 'farm', name: 'Farm' }, ] export const HLS_TABS: Tab[] = [ { page: 'hls-staking', name: 'Staking' }, { page: 'hls-farm', name: 'Farm' }, ]