From 6462bd5163a6bccc6f598866314ecb1e174ea5d4 Mon Sep 17 00:00:00 2001 From: Robert Bond Date: Tue, 4 Aug 2026 08:30:13 +0000 Subject: [PATCH] Merged PR 2536: updated path to wrapper to fix build error updated path to wrapper to fix build error Related work items: #24215 --- pages/myportal/contactus.js | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/myportal/contactus.js b/pages/myportal/contactus.js index 1ef8d490..2095c0c8 100644 --- a/pages/myportal/contactus.js +++ b/pages/myportal/contactus.js @@ -18,6 +18,7 @@ import { import { connect } from "react-redux"; import { createCRMTask } from "../../actions/services/integrationService"; import { sendEmail } from "../../actions/services/notifyService"; +import { wrapper } from "../../store/store"; import { useState } from "react";