Moving everything into a single repo and build

This commit is contained in:
Zef Hemel
2022-03-18 17:30:58 +01:00
parent d5528fef2a
commit 4e570191a6
73 changed files with 9 additions and 17644 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import { Editor } from "../../webapp/src/editor";
import { Space } from "../../webapp/src/space";
import { Editor } from "../../webapp/editor";
import { Space } from "../../webapp/space";
declare namespace window {
var ReactNativeWebView: any;