Skip to content

Commit

Permalink
Folder restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
exoup committed Feb 20, 2024
1 parent 0af2bb6 commit b8a8b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Card/Card.stories.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Fragment } from "react";
//Components
import Card, { Content, Hero, Title, Section } from "./Card";
import Accordion, { Drawer } from "../Content/Accordion";
import Accordion, { Drawer } from "../Accordion/Accordion";
import { Button } from '../Button/Button';
import { LeadingButton } from "../Button/LeadingButton";
import { Icon } from "../Icon/Icon";
Expand Down

0 comments on commit b8a8b60

Please sign in to comment.