diff --git a/src/apps/canvas/component/viewport.tsx b/src/apps/canvas/component/viewport.tsx index 81c1914a820f44af4fcb4b76132b1c9d04e4e062..90ec862422d69ad86960d61fb6ebf8bce59fc44b 100644 --- a/src/apps/canvas/component/viewport.tsx +++ b/src/apps/canvas/component/viewport.tsx @@ -7,7 +7,7 @@ import * as React from 'react' import { App } from '../app'; import { MarkerAction } from 'mol-geo/util/marker-data'; -import { EveryLoci, EmptyLoci, Loci, areLociEqual } from 'mol-model/loci'; +import { EmptyLoci, Loci, areLociEqual } from 'mol-model/loci'; import { labelFirst } from 'mol-view/label'; interface ViewportProps { diff --git a/src/apps/canvas/structure-view.ts b/src/apps/canvas/structure-view.ts index dc7501c397e2391d500e3f0a29299f031a658f4c..b381ab2f082e2918092e7e695c1de8b82a8ffd45 100644 --- a/src/apps/canvas/structure-view.ts +++ b/src/apps/canvas/structure-view.ts @@ -10,15 +10,15 @@ import { BallAndStickRepresentation } from 'mol-geo/representation/structure/rep import { getStructureFromModel } from './util'; import { AssemblySymmetry } from 'mol-model-props/rcsb/symmetry'; import { ShapeRepresentation, ShapeProps } from 'mol-geo/representation/shape'; -import { getAxesShape, getClusterColorTheme } from './assembly-symmetry'; +import { getAxesShape } from './assembly-symmetry'; import Viewer from 'mol-view/viewer'; import { CarbohydrateRepresentation } from 'mol-geo/representation/structure/representation/carbohydrate'; -import { MeshBuilder } from 'mol-geo/mesh/mesh-builder'; -import { addSphere } from 'mol-geo/mesh/builder/sphere'; -import { Shape } from 'mol-model/shape'; -import { Color } from 'mol-util/color'; -import { computeUnitBoundary } from 'mol-model/structure/structure/util/boundary'; -import { addBoundingBox } from 'mol-geo/mesh/builder/bounding-box'; +// import { MeshBuilder } from 'mol-geo/mesh/mesh-builder'; +// import { addSphere } from 'mol-geo/mesh/builder/sphere'; +// import { Shape } from 'mol-model/shape'; +// import { Color } from 'mol-util/color'; +// import { computeUnitBoundary } from 'mol-model/structure/structure/util/boundary'; +// import { addBoundingBox } from 'mol-geo/mesh/builder/bounding-box'; import { PointRepresentation } from 'mol-geo/representation/structure/representation/point'; import { StructureRepresentation } from 'mol-geo/representation/structure'; import { BehaviorSubject } from 'rxjs';