Minor modification.

This commit is contained in:
kovacsv 2022-02-06 16:29:33 +01:00
parent bd10f4f53a
commit 7f5b8294e0

View File

@ -1,5 +1,5 @@
import { Direction } from '../geometry/geometry.js';
import { GetExternalLibPath, LoadExternalLibrary } from '../io/externallibs.js';
import { GetExternalLibPath } from '../io/externallibs.js';
import { ConvertThreeGeometryToMesh } from '../threejs/threeutils.js';
import { ImporterBase } from './importerbase.js';