From 1521bb088cbafb53f8c829a60748d4bc0469a8cd Mon Sep 17 00:00:00 2001 From: "Acid Chicken (硫酸鶏)" Date: Sat, 1 Apr 2023 16:26:08 +0900 Subject: build(#10336): finalize --- .../frontend/src/components/global/MkPageHeader.tabs.stories.impl.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 packages/frontend/src/components/global/MkPageHeader.tabs.stories.impl.ts (limited to 'packages/frontend/src/components/global/MkPageHeader.tabs.stories.impl.ts') diff --git a/packages/frontend/src/components/global/MkPageHeader.tabs.stories.impl.ts b/packages/frontend/src/components/global/MkPageHeader.tabs.stories.impl.ts new file mode 100644 index 0000000000..6d4460d593 --- /dev/null +++ b/packages/frontend/src/components/global/MkPageHeader.tabs.stories.impl.ts @@ -0,0 +1,3 @@ +/* eslint-disable @typescript-eslint/explicit-function-return-type */ +import MkPageHeader_tabs from './MkPageHeader.tabs.vue'; +void MkPageHeader_tabs; -- cgit v1.3.1-freya