From b8a8b60c5efa9c6dfd69262988b3199edea6ef2b Mon Sep 17 00:00:00 2001 From: Joseph Young Date: Mon, 19 Feb 2024 18:09:15 -0600 Subject: [PATCH] Folder restructure --- src/Card/Card.stories.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Card/Card.stories.jsx b/src/Card/Card.stories.jsx index 4009026..3bba845 100644 --- a/src/Card/Card.stories.jsx +++ b/src/Card/Card.stories.jsx @@ -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";