Skip to content

Commit

Permalink
fix: react-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
m-maillot committed Oct 2, 2023
1 parent 366d7ef commit 224ad05
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/react-ui/src/Accordion/story.js
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-ui/src/Alert/story.js
Original file line number Diff line number Diff line change
@@ -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";

Expand Down
2 changes: 1 addition & 1 deletion packages/react-ui/src/Stripe/__snapshots__/test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`<Stripe /> renders 1`] = `
<div>
<span
class="sc-aXZVg kGRGmY"
class="sc-aXZVg jNvDzl"
/>
</div>
`;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exports[`<PageTitle /> renders a H1 page title 1`] = `
class="sc-fqkvVR jQMLfU"
>
<span
class="sc-aXZVg ebuZrC"
class="sc-aXZVg tCMaT"
/>
Lorem Ipsum
</h1>
Expand Down

0 comments on commit 224ad05

Please sign in to comment.