refactor(frontend): import宣言周りのエラーを修正 (#12773)
This commit is contained in:
parent
bf45c23098
commit
0009aa332b
57 changed files with 84 additions and 83 deletions
|
@ -6,7 +6,7 @@
|
|||
/* eslint-disable @typescript-eslint/explicit-function-return-type */
|
||||
import { expect } from '@storybook/jest';
|
||||
import { StoryObj } from '@storybook/vue3';
|
||||
import { userDetailed } from '../../../.storybook/fakes';
|
||||
import { userDetailed } from '../../../.storybook/fakes.js';
|
||||
import MkUserName from './MkUserName.vue';
|
||||
export const Default = {
|
||||
render(args) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue