c1514ce91d
Fix #13290
9 lines
255 B
TypeScript
9 lines
255 B
TypeScript
/*
|
|
* SPDX-FileCopyrightText: syuilo and misskey-project
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
*/
|
|
|
|
/* eslint-disable @typescript-eslint/explicit-function-return-type */
|
|
import MkPageHeader_tabs from './MkPageHeader.tabs.vue';
|
|
void MkPageHeader_tabs;
|