Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Maaliciaa committed Aug 1, 2023
1 parent fbb0dad commit db999ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/stories/roundabout/Roundabout-unlocked.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import source from "./source1.json";
import data from "./data.json";
import { ComponentStory, ComponentMeta } from "@storybook/react";
import defaultArgTypes from "../utils/default-arg-types";
import "../../../public/dsfr/dsfr.min.css";
import "@codegouvfr/react-dsfr/dsfr/dsfr.min.css";
import * as custom from "../..";

const stories = {
Expand Down
2 changes: 1 addition & 1 deletion src/stories/roundabout/Roundabout.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import source from "./source.json";
import data from "./data.json";
import { ComponentStory, ComponentMeta } from "@storybook/react";
import defaultArgTypes from "../utils/default-arg-types";
import "../../../public/dsfr/dsfr.min.css";
import "@codegouvfr/react-dsfr/dsfr/dsfr.min.css";
import * as custom from "../../";

const stories = {
Expand Down

0 comments on commit db999ba

Please sign in to comment.