5 lines
213 B
TypeScript
5 lines
213 B
TypeScript
|
export const APP_TITLE = 'MyCrypto';
|
||
|
export const REPOSITORY_OWNER = 'MyCryptoHQ';
|
||
|
export const REPOSITORY_NAME = 'MyCrypto';
|
||
|
export const REPOSITORY = `https://github.com/${REPOSITORY_OWNER}/${REPOSITORY_NAME}`;
|