diff --git a/packages/react-ui/src/Accordion/story.js b/packages/react-ui/src/Accordion/story.js
index 0cf592ff838..e467db2ece4 100644
--- a/packages/react-ui/src/Accordion/story.js
+++ b/packages/react-ui/src/Accordion/story.js
@@ -1,7 +1,7 @@
import React from "react";
import { Custom } from "../icons/index.js";
-import { Section } from "../layout/Section/index.js";
+import { Section } from "../layout/Section/index";
import { Accordion } from "./index.js";
export default {
diff --git a/packages/react-ui/src/Alert/story.js b/packages/react-ui/src/Alert/story.js
index be89c30b3bd..0c9fb131564 100644
--- a/packages/react-ui/src/Alert/story.js
+++ b/packages/react-ui/src/Alert/story.js
@@ -1,6 +1,6 @@
import React from "react";
-import { Section } from "../layout/Section/index.js";
+import { Section } from "../layout/Section/index";
import { Wrapper } from "../layout/Wrapper/index.js";
import { Alert, AlertWithIcon } from "./index.js";
diff --git a/packages/react-ui/src/Stripe/__snapshots__/test.js.snap b/packages/react-ui/src/Stripe/__snapshots__/test.js.snap
index 9682977ec22..6a0e71350d8 100644
--- a/packages/react-ui/src/Stripe/__snapshots__/test.js.snap
+++ b/packages/react-ui/src/Stripe/__snapshots__/test.js.snap
@@ -3,7 +3,7 @@
exports[`