Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 7ae00e2

Browse files
committed
[FIX] *: fix import from deleted ui folders
1 parent 55a58dc commit 7ae00e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/bundle-odoo-website-editor/odoo-integration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { BasicEditor } from '../bundle-basic-editor/BasicEditor';
22
import { DevTools } from '../plugin-devtools/src/DevTools';
33
import { OdooWebsiteEditor } from './OdooWebsiteEditor';
44
import { VRange, withRange } from '../core/src/VRange';
5-
import { DomLayoutEngine } from '../plugin-dom-layout/src/ui/DomLayoutEngine';
5+
import { DomLayoutEngine } from '../plugin-dom-layout/src/DomLayoutEngine';
66
import { Layout } from '../plugin-layout/src/Layout';
77
import { Renderer } from '../plugin-renderer/src/Renderer';
88
import { ImageNode } from '../plugin-image/src/ImageNode';

packages/plugin-dom-helpers/src/DomHelpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { VNode, RelativePosition } from '../../core/src/VNodes/VNode';
33
import { ContainerNode } from '../../core/src/VNodes/ContainerNode';
44
import { Attributes } from '../../plugin-xml/src/Attributes';
55
import { Layout } from '../../plugin-layout/src/Layout';
6-
import { DomLayoutEngine } from '../../plugin-dom-layout/src/ui/DomLayoutEngine';
6+
import { DomLayoutEngine } from '../../plugin-dom-layout/src/DomLayoutEngine';
77
import { Parser } from '../../plugin-parser/src/Parser';
88

99
export class DomHelpers<T extends JWPluginConfig = JWPluginConfig> extends JWPlugin<T> {

0 commit comments

Comments
 (0)