Cleanup and build

This commit is contained in:
Zef Hemel
2022-03-20 10:22:38 +01:00
parent 7352c6c612
commit 7e591c6f44
7 changed files with 181 additions and 39 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import { IndexEvent } from "../../webapp/src/app_event";
import { pageLinkRegex } from "../../webapp/src/constant";
import { IndexEvent } from "../../webapp/app_event";
import { pageLinkRegex } from "../../webapp/constant";
import { syscall } from "./lib/syscall";
const wikilinkRegex = new RegExp(pageLinkRegex, "g");