Skip to content
Snippets Groups Projects
Commit 205fd259 authored by Alexander Rose's avatar Alexander Rose
Browse files

cleanup

parent aa898f39
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
import * as React from 'react' import * as React from 'react'
import { App } from '../app'; import { App } from '../app';
import { MarkerAction } from 'mol-geo/util/marker-data'; 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'; import { labelFirst } from 'mol-view/label';
interface ViewportProps { interface ViewportProps {
......
...@@ -10,15 +10,15 @@ import { BallAndStickRepresentation } from 'mol-geo/representation/structure/rep ...@@ -10,15 +10,15 @@ import { BallAndStickRepresentation } from 'mol-geo/representation/structure/rep
import { getStructureFromModel } from './util'; import { getStructureFromModel } from './util';
import { AssemblySymmetry } from 'mol-model-props/rcsb/symmetry'; import { AssemblySymmetry } from 'mol-model-props/rcsb/symmetry';
import { ShapeRepresentation, ShapeProps } from 'mol-geo/representation/shape'; 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 Viewer from 'mol-view/viewer';
import { CarbohydrateRepresentation } from 'mol-geo/representation/structure/representation/carbohydrate'; import { CarbohydrateRepresentation } from 'mol-geo/representation/structure/representation/carbohydrate';
import { MeshBuilder } from 'mol-geo/mesh/mesh-builder'; // import { MeshBuilder } from 'mol-geo/mesh/mesh-builder';
import { addSphere } from 'mol-geo/mesh/builder/sphere'; // import { addSphere } from 'mol-geo/mesh/builder/sphere';
import { Shape } from 'mol-model/shape'; // import { Shape } from 'mol-model/shape';
import { Color } from 'mol-util/color'; // import { Color } from 'mol-util/color';
import { computeUnitBoundary } from 'mol-model/structure/structure/util/boundary'; // import { computeUnitBoundary } from 'mol-model/structure/structure/util/boundary';
import { addBoundingBox } from 'mol-geo/mesh/builder/bounding-box'; // import { addBoundingBox } from 'mol-geo/mesh/builder/bounding-box';
import { PointRepresentation } from 'mol-geo/representation/structure/representation/point'; import { PointRepresentation } from 'mol-geo/representation/structure/representation/point';
import { StructureRepresentation } from 'mol-geo/representation/structure'; import { StructureRepresentation } from 'mol-geo/representation/structure';
import { BehaviorSubject } from 'rxjs'; import { BehaviorSubject } from 'rxjs';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment