diff options
| author | woxtu <woxtup@gmail.com> | 2023-12-21 11:36:45 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-21 11:36:45 +0900 |
| commit | c92508a57588f9237ec61a17b521e45e73672393 (patch) | |
| tree | 988e4f0632adb486c9bfd97aa534bcda2ba787ae /packages/frontend/src/components/global/MkAd.stories.impl.ts | |
| parent | chore: remove hashtag from featured immediately (#12668) (diff) | |
| download | misskey-c92508a57588f9237ec61a17b521e45e73672393.tar.gz misskey-c92508a57588f9237ec61a17b521e45e73672393.tar.bz2 misskey-c92508a57588f9237ec61a17b521e45e73672393.zip | |
Remove unused imports (#12730)
Diffstat (limited to 'packages/frontend/src/components/global/MkAd.stories.impl.ts')
| -rw-r--r-- | packages/frontend/src/components/global/MkAd.stories.impl.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/frontend/src/components/global/MkAd.stories.impl.ts b/packages/frontend/src/components/global/MkAd.stories.impl.ts index 360bc88b4a..5ae45ec58f 100644 --- a/packages/frontend/src/components/global/MkAd.stories.impl.ts +++ b/packages/frontend/src/components/global/MkAd.stories.impl.ts @@ -4,11 +4,8 @@ */ /* eslint-disable @typescript-eslint/explicit-function-return-type */ -import { expect } from '@storybook/jest'; -import { userEvent, waitFor, within } from '@storybook/testing-library'; import { StoryObj } from '@storybook/vue3'; import MkAd from './MkAd.vue'; -import { i18n } from '@/i18n.js'; let lock: Promise<undefined> | undefined; |