Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
In customer Ui Extension,
On path 'extensions/reward-page/src/ProfileBlockExtension.jsx', i have following import
import { ProfileBlockWrapper } from "./components/ProfileBlockWrapper";
and ProfileBlockWrapper component is located on 'extensions/reward-page/src/components/ProfileBlockWrapper.jsx' which is named exported
But when i try to import this component , i am getting Error that
Could not resolve "./components/ProfileBlockWrapper"
In Customer ui extension , is there any different way to import and export the component ?
Solved! Go to the solution
This is an accepted solution.
Try to add file extension in the import statement.
import { ProfileBlockWrapper } from "./components/ProfileBlockWrapper.jsx";
This is an accepted solution.
Try to add file extension in the import statement.
import { ProfileBlockWrapper } from "./components/ProfileBlockWrapper.jsx";
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025