Alexander Rose 6 years ago
parent
commit
d0c7520501
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/mol-view/viewer.ts

+ 0 - 1
src/mol-view/viewer.ts

@@ -18,7 +18,6 @@ import { PerspectiveCamera } from './camera/perspective'
 import { resizeCanvas } from './util';
 import { createContext } from 'mol-gl/webgl/context';
 import { Representation } from 'mol-geo/representation';
-import { render } from 'react-dom';
 
 interface Viewer {
     center: (p: Vec3) => void