Editor refactor: extract UI
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
import { safeRun } from "../common/util.ts";
|
||||
import { Editor } from "./editor.tsx";
|
||||
import { Editor } from "./editor.ts";
|
||||
|
||||
safeRun(async () => {
|
||||
console.log("Booting");
|
||||
|
||||
Reference in New Issue
Block a user