mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-30 10:03:03 +00: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 MkStickyContainer from './MkStickyContainer.vue';
|
|
void MkStickyContainer;
|