import { strings } from './res/strings'; export const CONTACTS_CONSTANTS = { appName: strings.contactsList, strings, } as const;