import { appConstants } from '..'; export const quickLinks = [ { title: appConstants.routeFactory.home.title, }, ] as any[];