Skip to content

Commit

Permalink
fix(RisSingleAccordion): rename directory for Storybook display
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterCarl committed Oct 1, 2024
1 parent 85294e5 commit 7ea4ee0
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/components/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import RisSingleAccordion from "@/components/SingleAccordion/RisSingleAccordion.vue";
import RisSingleAccordion from "./RisSingleAccordion";
import RisAutoComplete from "./RisAutoComplete";

export { RisSingleAccordion, RisAutoComplete };

0 comments on commit 7ea4ee0

Please sign in to comment.