mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-04 23:32:04 +01:00
4 lines
130 B
TypeScript
4 lines
130 B
TypeScript
|
/* eslint-disable @typescript-eslint/explicit-function-return-type */
|
||
|
import RouterView from './RouterView.vue';
|
||
|
void RouterView;
|