From 978ab2f848d4d37de6d3a4e6b2ecfc0adcbd09b7 Mon Sep 17 00:00:00 2001 From: zyoshoka <107108195+zyoshoka@users.noreply.github.com> Date: Fri, 18 Apr 2025 18:56:46 +0900 Subject: fix(storybook): implement missing stories (#15862) --- packages/frontend/src/components/MkDisableSection.stories.impl.ts | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 packages/frontend/src/components/MkDisableSection.stories.impl.ts (limited to 'packages/frontend/src/components/MkDisableSection.stories.impl.ts') diff --git a/packages/frontend/src/components/MkDisableSection.stories.impl.ts b/packages/frontend/src/components/MkDisableSection.stories.impl.ts new file mode 100644 index 0000000000..78e556c63e --- /dev/null +++ b/packages/frontend/src/components/MkDisableSection.stories.impl.ts @@ -0,0 +1,7 @@ +/* + * SPDX-FileCopyrightText: syuilo and misskey-project + * SPDX-License-Identifier: AGPL-3.0-only + */ + +import MkDisableSection from './MkDisableSection.vue'; +void MkDisableSection; -- cgit v1.2.3-freya