Fixing import of Objects
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
67190e1b4c
commit
2fc9bdee86
2 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue