Skip to content

Commit 8e0b092

Browse files
committed
chore: update import statement in storybook
1 parent ffc37b6 commit 8e0b092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stories/Accordion.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { Meta, StoryObj } from "@storybook/react";
2-
import { Accordion } from "../../lib/main";
2+
import { Accordion } from "../src/main";
33

44
const meta = {
55
title: "Components/Accordion",

0 commit comments

Comments
 (0)