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

remove unused import

parent 65ba4018
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ import { Unit, Structure, StructureElement } from '../../../mol-model/structure'
import { Theme } from '../../../mol-theme/theme';
import { Vec3 } from '../../../mol-math/linear-algebra';
import { arrayEqual } from '../../../mol-util';
import { LinkStyle, createLinkLines, LinkBuilderProps } from './util/link';
import { LinkStyle, createLinkLines } from './util/link';
import { UnitsVisual, UnitsLinesParams, UnitsLinesVisual, StructureGroup } from '../units-visual';
import { VisualUpdateState } from '../../util';
import { BondType } from '../../../mol-model/structure/model/types';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment