refactor(frontend): import宣言周りのエラーを修正 (#12773)
This commit is contained in:
parent
4b36ed728d
commit
ed3e30581f
56 changed files with 83 additions and 82 deletions
|
|
@ -7,7 +7,7 @@
|
|||
import { expect } from '@storybook/jest';
|
||||
import { userEvent, waitFor, within } from '@storybook/testing-library';
|
||||
import { StoryObj } from '@storybook/vue3';
|
||||
import { galleryPost } from '../../.storybook/fakes';
|
||||
import { galleryPost } from '../../.storybook/fakes.js';
|
||||
import MkGalleryPostPreview from './MkGalleryPostPreview.vue';
|
||||
export const Default = {
|
||||
render(args) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue