Skip to content

Commit

Permalink
- fixed build error
Browse files Browse the repository at this point in the history
  • Loading branch information
boriskovar-m2ms committed Feb 10, 2021
1 parent ca1054c commit 39c7d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/components/preview/compounds/compoundView.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { VIEWS } from '../../../constants/constants';
import { NglContext } from '../../nglView/nglProvider';
import { compoundsColors } from './redux/constants';
import { handleClickOnCompound, loadCompoundImageData } from './redux/dispatchActions';
import { CompoundDataView } from './CompoundDataView';
import { CompoundDataView } from './compoundDataView';

export const loadingCompoundImage = `<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="100px" height="100px"><g>
<circle cx="50" cy="50" fill="none" stroke="#3f51b5" stroke-width="4" r="26" stroke-dasharray="150.79644737231007 52.26548245743669" transform="rotate(238.988 50 50)">
Expand Down

0 comments on commit 39c7d0d

Please sign in to comment.