Skip to content

Commit

Permalink
chore: moved folders
Browse files Browse the repository at this point in the history
  • Loading branch information
mwargan committed Mar 6, 2024
1 parent ace7021 commit 6837f22
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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<typeof AddPaymentMethod> = {
Expand Down
File renamed without changes.

0 comments on commit 6837f22

Please sign in to comment.