import { footerMenu } from './footerMenu'; import routeFactory from './routeFactory'; export const appConstants = { routeFactory, footerMenu, };