Skip to content

Commit

Permalink
Merge pull request #24 from zilliztech/federjs
Browse files Browse the repository at this point in the history
import error
  • Loading branch information
shanghaikid authored May 13, 2022
2 parents 8ae1da4 + 46ba0a6 commit f233a4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions federjs/FederView/IvfflatView/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ import { SEARCH_VIEW_TYPE, VIEW_TYPE } from 'Types.js';
import animateCoarse2Fine from './render/animateCoarse2Fine';
import animateFine2Coarse from './render/animateFine2Coarse';
import animateFine2Fine from './render/animateFine2Fine';

import InfoPanel from './infoPanel';
import InfoPanel from './InfoPanel';

const defaultIvfflatViewParams = {
minVoronoiRadius: 4,
Expand Down
2 changes: 1 addition & 1 deletion test/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -16268,7 +16268,7 @@ ${indentData}`);
});
}

// federjs/FederView/IvfflatView/infoPanel/index.js
// federjs/FederView/IvfflatView/InfoPanel/index.js
var overviewPanelId2 = "feder-info-overview-panel";
var hoveredPanelId2 = "feder-info-hovered-panel";
var panelBackgroundColor2 = hexWithOpacity(blackColor, 0.6);
Expand Down

0 comments on commit f233a4b

Please sign in to comment.