mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-11-16 21:06:27 +01:00
5 lines
72 B
TypeScript
5 lines
72 B
TypeScript
|
declare module "*.vue" {
|
||
|
import Vue from 'vue';
|
||
|
export default Vue;
|
||
|
}
|