purewhiter--mobilegym
7 行
134 B
TypeScript
7 行
134 B
TypeScript
import { strings } from './res/strings';
|
|
|
|
export const CONTACTS_CONSTANTS = {
|
|
appName: strings.contactsList,
|
|
strings,
|
|
} as const;
|