mealie/frontend/types/ts-shim.d.ts
Hayden caa9e03050
refactor: recipe-page (#1587)
Refactor recipe page to use break up the component and make it more usable across different pages. I've left the old route in as well in case there is some functional breaks, I plan to remove it before the official release once we've tested the new editor some more in production. For now there will just have to be some duplicate components and pages around.
2022-08-27 10:44:58 -08:00

5 lines
74 B
TypeScript

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