From 2fc9bdee8652e75845344adf7a20094349e6cd20 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Fri, 20 Sep 2024 22:58:37 +0200 Subject: [PATCH] Fixing import of Objects --- LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/js/objects.mjs | 1 + .../qml/eu/ad5001/LogarithmPlotter/js/objs/common.mjs | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/js/objects.mjs b/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/js/objects.mjs index 039ba49..ef45429 100644 --- a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/js/objects.mjs +++ b/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/js/objects.mjs @@ -17,6 +17,7 @@ */ import { Module } from './modules.mjs' +import { textsub } from './utils.mjs' class ObjectsAPI extends Module { diff --git a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/js/objs/common.mjs b/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/js/objs/common.mjs index 01ab8eb..58a2d8d 100644 --- a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/js/objs/common.mjs +++ b/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/js/objs/common.mjs @@ -19,7 +19,6 @@ import { getRandomColor, textsub } from "../utils.mjs" import Objects from "../objects.mjs" import Latex from "../math/latex.mjs" -import {Module} from "../modules.mjs" import {ensureTypeSafety, serializesByPropertyType} from "../parameters.mjs" // This file contains the default data to be imported from all other objects