diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-08-26 14:38:42 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-08-26 14:38:42 +0900 |
| commit | 689d70ffae87381578055aed5d53d0414b11c36d (patch) | |
| tree | ec1c981d377fd4977f298b5261a224958a52a68c /packages/frontend/src/pages/admin/overview.ap-requests.stories.impl.ts | |
| parent | refactor (diff) | |
| download | misskey-689d70ffae87381578055aed5d53d0414b11c36d.tar.gz misskey-689d70ffae87381578055aed5d53d0414b11c36d.tar.bz2 misskey-689d70ffae87381578055aed5d53d0414b11c36d.zip | |
refactor
Diffstat (limited to 'packages/frontend/src/pages/admin/overview.ap-requests.stories.impl.ts')
| -rw-r--r-- | packages/frontend/src/pages/admin/overview.ap-requests.stories.impl.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/pages/admin/overview.ap-requests.stories.impl.ts b/packages/frontend/src/pages/admin/overview.ap-requests.stories.impl.ts index 88747ef4ed..855fc6caf0 100644 --- a/packages/frontend/src/pages/admin/overview.ap-requests.stories.impl.ts +++ b/packages/frontend/src/pages/admin/overview.ap-requests.stories.impl.ts @@ -5,7 +5,7 @@ import type { StoryObj } from '@storybook/vue3'; import { http, HttpResponse } from 'msw'; -import { action } from '@storybook/addon-actions'; +import { action } from 'storybook/actions'; import { commonHandlers } from '../../../.storybook/mocks.js'; import overview_ap_requests from './overview.ap-requests.vue'; export const Default = { |