Fixing import of Objects
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ad5001 2024-09-20 22:58:37 +02:00
parent 67190e1b4c
commit 2fc9bdee86
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
2 changed files with 1 additions and 1 deletions

View file

@ -17,6 +17,7 @@
*/ */
import { Module } from './modules.mjs' import { Module } from './modules.mjs'
import { textsub } from './utils.mjs'
class ObjectsAPI extends Module { class ObjectsAPI extends Module {

View file

@ -19,7 +19,6 @@
import { getRandomColor, textsub } from "../utils.mjs" import { getRandomColor, textsub } from "../utils.mjs"
import Objects from "../objects.mjs" import Objects from "../objects.mjs"
import Latex from "../math/latex.mjs" import Latex from "../math/latex.mjs"
import {Module} from "../modules.mjs"
import {ensureTypeSafety, serializesByPropertyType} from "../parameters.mjs" import {ensureTypeSafety, serializesByPropertyType} from "../parameters.mjs"
// This file contains the default data to be imported from all other objects // This file contains the default data to be imported from all other objects