2025-02-04 21:40:55 +08:00
|
|
|
import jobApplicationImage from "@/assets/job-application.png";
|
2025-02-05 22:04:18 +08:00
|
|
|
import contactFormsImage from "@/assets/contact-forms.png";
|
2025-02-07 04:03:38 +08:00
|
|
|
import purchasingImage from "@/assets/purchasing.png";
|
|
|
|
|
import entityLookupImage from "@/assets/entity-lookup.png";
|
2025-03-11 06:58:41 -07:00
|
|
|
import invoiceImage from "@/assets/invoice-downloading.png";
|
2025-02-04 21:40:55 +08:00
|
|
|
|
|
|
|
|
export const TEMPORARY_TEMPLATE_IMAGES: Record<string, string> = {
|
|
|
|
|
wpid_353862309074493424: jobApplicationImage,
|
|
|
|
|
wpid_351487857063054716: jobApplicationImage,
|
2025-02-05 22:04:18 +08:00
|
|
|
wpid_356554024867713766: contactFormsImage,
|
2025-02-07 04:03:38 +08:00
|
|
|
wpid_357290139535158898: purchasingImage,
|
|
|
|
|
wpid_357290367168425660: entityLookupImage,
|
2025-03-11 06:58:41 -07:00
|
|
|
wpid_369161749055928862: invoiceImage,
|
|
|
|
|
wpid_369441201410076446: invoiceImage,
|
2025-02-04 21:40:55 +08:00
|
|
|
};
|