Files
ezbookkeeping/src/consts/asset.js
T
2023-07-10 22:46:52 +08:00

7 lines
170 B
JavaScript

const baseImagePath = 'img';
const ezBookkeepingLogoPath = baseImagePath + '/ezbookkeeping-192.png';
export default {
ezBookkeepingLogoPath: ezBookkeepingLogoPath
}