diff --git a/src/stories/AddPaymentMethod.stories.ts b/src/stories/Forms/AddPaymentMethod.stories.ts similarity index 95% rename from src/stories/AddPaymentMethod.stories.ts rename to src/stories/Forms/AddPaymentMethod.stories.ts index 7b564ad..91b5a97 100644 --- a/src/stories/AddPaymentMethod.stories.ts +++ b/src/stories/Forms/AddPaymentMethod.stories.ts @@ -3,7 +3,7 @@ import type { Meta, StoryObj } from "@storybook/vue3"; import AddPaymentMethod from "@/forms/AddPaymentMethod.vue"; import { useUserStore } from "@/stores/user"; -import userFixture from "../../cypress/fixtures/user.json"; +import userFixture from "../../../cypress/fixtures/user.json"; // More on how to set up stories at: https://storybook.js.org/docs/writing-stories const meta: Meta = { diff --git a/src/stories/BaseForm.stories.ts b/src/stories/Forms/BaseForm.stories.ts similarity index 100% rename from src/stories/BaseForm.stories.ts rename to src/stories/Forms/BaseForm.stories.ts