summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/grid
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2025-08-26 14:38:42 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2025-08-26 14:38:42 +0900
commit689d70ffae87381578055aed5d53d0414b11c36d (patch)
treeec1c981d377fd4977f298b5261a224958a52a68c /packages/frontend/src/components/grid
parentrefactor (diff)
downloadmisskey-689d70ffae87381578055aed5d53d0414b11c36d.tar.gz
misskey-689d70ffae87381578055aed5d53d0414b11c36d.tar.bz2
misskey-689d70ffae87381578055aed5d53d0414b11c36d.zip
refactor
Diffstat (limited to 'packages/frontend/src/components/grid')
-rw-r--r--packages/frontend/src/components/grid/MkGrid.stories.impl.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/grid/MkGrid.stories.impl.ts b/packages/frontend/src/components/grid/MkGrid.stories.impl.ts
index f85bf146e8..5ed8465299 100644
--- a/packages/frontend/src/components/grid/MkGrid.stories.impl.ts
+++ b/packages/frontend/src/components/grid/MkGrid.stories.impl.ts
@@ -4,7 +4,7 @@
*/
/* eslint-disable @typescript-eslint/explicit-function-return-type */
-import { action } from '@storybook/addon-actions';
+import { action } from 'storybook/actions';
import type { StoryObj } from '@storybook/vue3';
import { ref } from 'vue';
import { commonHandlers } from '../../../.storybook/mocks.js';