mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-12-17 02:49:01 +01:00
c1514ce91d
Fix #13290
8 lines
255 B
TypeScript
8 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;
|