mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-26 12:33:08 +02: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;
|