mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[MOV] move memo and portal to root folder
This commit is contained in:
committed by
Aaron Bohy
parent
e580ec00fe
commit
aecc320c29
+2
-2
@@ -52,8 +52,8 @@ export function useComponent(): Component {
|
||||
}
|
||||
|
||||
export { status } from "./component/status";
|
||||
export { Portal } from "./misc/portal";
|
||||
export { Memo } from "./misc/memo";
|
||||
export { Portal } from "./portal";
|
||||
export { Memo } from "./memo";
|
||||
export { css, xml } from "./tags";
|
||||
export { useState } from "./reactivity";
|
||||
export { useEffect, useEnv, useExternalListener, useRef, useSubEnv } from "./hooks";
|
||||
|
||||
Reference in New Issue
Block a user