mirror of
https://github.com/paricafe/misskey.git
synced 2025-01-19 23:18:41 -06:00
8 lines
167 B
TypeScript
8 lines
167 B
TypeScript
|
/*
|
||
|
* SPDX-FileCopyrightText: syuilo and misskey-project
|
||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||
|
*/
|
||
|
|
||
|
import MkContainer from './MkContainer.vue';
|
||
|
void MkContainer;
|