[REF] move app and compiler code around

This commit is contained in:
Géry Debongnie
2021-11-13 09:02:34 +01:00
committed by Aaron Bohy
parent 9b8c582b32
commit 8c16790471
12 changed files with 116 additions and 113 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import type { App } from "../app";
import type { App } from "../app/app";
import { BDom, VNode } from "../blockdom";
import { Component } from "./component";
import {