Fixity fix fix
dkl9

dkl9 commited on 2023-201 14:21:23
Showing 2 changed files, with 3 additions and 3 deletions.

... ...
@@ -1,6 +1,6 @@
1 1
 "use strict";
2 2
 
3
-import {AST} from "maths_ast.js";
3
+import {AST} from "./maths_ast.js";
4 4
 
5 5
 // maths symbols for which the intuitive name matches the HTML entity (mostly Greek)
6 6
 const ENT_SYM = [
... ...
@@ -1,7 +1,7 @@
1 1
 "use strict";
2 2
 
3
-import {AST} from "maths_ast.js";
4
-import {RTensorRender} from "rtensor_to_html.js";
3
+import {AST} from "./maths_ast.js";
4
+import {RTensorRender} from "./rtensor_to_html.js";
5 5
 
6 6
 const LATEX_SYM = {
7 7
     "del": "\\nabla",
8 8