Skip to content

Commit

Permalink
feat(visualization/HeatmapLayer): move to visualization namespace
Browse files Browse the repository at this point in the history
* Ref #376
  • Loading branch information
tomchentw committed Apr 20, 2017
1 parent ce7863d commit 20ea7c3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ import {
import {
MAP,
HEATMAP_LAYER,
} from "./constants";
} from "../constants";

import {
addDefaultPrefixToPropTypes,
collectUncontrolledAndControlledProps,
default as enhanceElement,
} from "./enhanceElement";
} from "../enhanceElement";

const controlledPropTypes = {
// NOTICE!!!!!!
Expand Down

0 comments on commit 20ea7c3

Please sign in to comment.