mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2025-03-11 04:18:59 +01:00
5 lines
72 B
TypeScript
5 lines
72 B
TypeScript
|
declare module "*.vue" {
|
||
|
import Vue from 'vue';
|
||
|
export default Vue;
|
||
|
}
|