dkl9 commited on 2023-201 14:21:23 Showing 2 changed files, with 3 additions and 3 deletions.
@@ -1,6 +1,6 @@
"use strict";
-import {AST} from "maths_ast.js";
+import {AST} from "./maths_ast.js";
// maths symbols for which the intuitive name matches the HTML entity (mostly Greek)
const ENT_SYM = [
@@ -1,7 +1,7 @@
-import {RTensorRender} from "rtensor_to_html.js";
+import {RTensorRender} from "./rtensor_to_html.js";
const LATEX_SYM = {
"del": "\\nabla",