mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[REF] reorganize file structure
in order to separate compiler/ and runtime/ code
This commit is contained in:
committed by
Sam Degueldre
parent
e4b810c027
commit
22a79cdedd
@@ -5,9 +5,9 @@ import {
|
||||
TestContext,
|
||||
makeTestFixture,
|
||||
} from "../helpers";
|
||||
import { mount, patch } from "../../src/blockdom";
|
||||
import { createBlock } from "../../src/blockdom/index";
|
||||
import { markup } from "../../src/utils";
|
||||
import { mount, patch } from "../../src/runtime/blockdom";
|
||||
import { createBlock } from "../../src/runtime/blockdom/index";
|
||||
import { markup } from "../../src/runtime/utils";
|
||||
|
||||
snapshotEverything();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user