mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-16 00:33:09 +02:00
4 lines
151 B
TypeScript
4 lines
151 B
TypeScript
|
/* eslint-disable @typescript-eslint/explicit-function-return-type */
|
||
|
import MkStickyContainer from './MkStickyContainer.vue';
|
||
|
void MkStickyContainer;
|