mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 06:57:35 +08:00
7 lines
170 B
JavaScript
7 lines
170 B
JavaScript
const baseImagePath = 'img';
|
|
const ezBookkeepingLogoPath = baseImagePath + '/ezbookkeeping-192.png';
|
|
|
|
export default {
|
|
ezBookkeepingLogoPath: ezBookkeepingLogoPath
|
|
}
|