Skip to content

Commit

Permalink
fix atomic-react
Browse files Browse the repository at this point in the history
  • Loading branch information
fpbrault committed Nov 22, 2024
1 parent 6d8c397 commit 07bf5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/atomic-react/scripts/fix-loader-import-paths.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const files = [
];

const oldImport =
"import { defineCustomElements } from '@coveo/atomic/dist/loader';";
"import { defineCustomElements } from '@coveo/atomic/dist/atomic/loader';";
const newImport =
"import { defineCustomElements } from '@coveo/atomic/loader';";

Expand Down

0 comments on commit 07bf5b7

Please sign in to comment.