1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-22 14:49:40 +02:00
mealie/frontend/types/ts-shim.d.ts

5 lines
72 B
TypeScript
Raw Normal View History

declare module "*.vue" {
import Vue from "vue"
export default Vue
}