[REF] move event_bus into utils, readd 2 functions

This commit is contained in:
Géry Debongnie
2021-11-13 16:21:01 +01:00
committed by Samuel Degueldre
parent d4c4fe853e
commit 63bfdfb8db
7 changed files with 33 additions and 10 deletions
-1
View File
@@ -3,7 +3,6 @@ import { mount } from "../blockdom";
import type { ComponentNode } from "./component_node";
import { STATUS } from "./status";
import { fibersInError } from "./error_handling";
// import { mountBlock } from "./bdom/block";
export function makeChildFiber(node: ComponentNode, parent: Fiber): Fiber {
let current = node.fiber;