mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 06:57:35 +08:00
3 lines
124 B
TypeScript
3 lines
124 B
TypeScript
const baseImagePath: string = 'img';
|
|
export const APPLICATION_LOGO_PATH: string = baseImagePath + '/ezbookkeeping-192.png';
|