import { Routes } from './types'; export const routes: Routes[] = [ { key: 'all', title: 'All' }, { key: 'unread', title: 'Unread' }, { key: 'archived', title: 'Archived' }, { key: 'blocked', title: 'Blocked', icon: 'ban' } ];