[MOV] move lifecycle_hooks into component/

This commit is contained in:
Géry Debongnie
2021-10-19 09:26:18 +02:00
committed by Aaron Bohy
parent d7f3f4defe
commit 8c71d99e5f
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -68,6 +68,6 @@ export {
onPatched,
onRender,
onDestroyed,
} from "./lifecycle_hooks";
} from "./component/lifecycle_hooks";
export const __info__ = {};