diff options
| author | zyoshoka <107108195+zyoshoka@users.noreply.github.com> | 2023-12-24 16:16:58 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-24 16:16:58 +0900 |
| commit | 0009aa332bec1bb52ee5600d528419c0455576d2 (patch) | |
| tree | 0593784418d352fa60adbb323252170fdbbeb877 /packages/frontend/src/components/MkGalleryPostPreview.stories.impl.ts | |
| parent | Update CHANGELOG.md (diff) | |
| download | sharkey-0009aa332bec1bb52ee5600d528419c0455576d2.tar.gz sharkey-0009aa332bec1bb52ee5600d528419c0455576d2.tar.bz2 sharkey-0009aa332bec1bb52ee5600d528419c0455576d2.zip | |
refactor(frontend): import宣言周りのエラーを修正 (#12773)
Diffstat (limited to 'packages/frontend/src/components/MkGalleryPostPreview.stories.impl.ts')
| -rw-r--r-- | packages/frontend/src/components/MkGalleryPostPreview.stories.impl.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkGalleryPostPreview.stories.impl.ts b/packages/frontend/src/components/MkGalleryPostPreview.stories.impl.ts index 29e27e1373..035b727a35 100644 --- a/packages/frontend/src/components/MkGalleryPostPreview.stories.impl.ts +++ b/packages/frontend/src/components/MkGalleryPostPreview.stories.impl.ts @@ -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) { |