diff --git a/src/components/organisms/page/landing/SectionCommunity/SectionCommunity.jsx b/src/components/organisms/page/landing/SectionCommunity/SectionCommunity.jsx index 362de36d..fed0dec3 100644 --- a/src/components/organisms/page/landing/SectionCommunity/SectionCommunity.jsx +++ b/src/components/organisms/page/landing/SectionCommunity/SectionCommunity.jsx @@ -8,7 +8,7 @@ */ import React, { PureComponent } from "react"; -import Waypoint from "react-waypoint"; +import { Waypoint } from "react-waypoint"; import ArcticOceanFractal, { POSE_HIDE, POSE_SHOW } from "arctic-ocean-fractal"; import { WaveFooter } from "atoms/core/vectors/divider"; diff --git a/src/components/organisms/page/landing/SectionHero/SectionHero.jsx b/src/components/organisms/page/landing/SectionHero/SectionHero.jsx index f2d95e0e..e925fb9d 100644 --- a/src/components/organisms/page/landing/SectionHero/SectionHero.jsx +++ b/src/components/organisms/page/landing/SectionHero/SectionHero.jsx @@ -8,7 +8,7 @@ */ import React, { PureComponent } from "react"; -import Waypoint from "react-waypoint"; +import { Waypoint } from "react-waypoint"; import ArcticLandscape, { POSE_DRAW, POSE_ERASE } from "arctic-landscape"; import { Content } from "containers/core/Section"; diff --git a/src/components/organisms/page/landing/SectionSyntax/SectionSyntax.jsx b/src/components/organisms/page/landing/SectionSyntax/SectionSyntax.jsx index dac8e5f9..18e297d3 100644 --- a/src/components/organisms/page/landing/SectionSyntax/SectionSyntax.jsx +++ b/src/components/organisms/page/landing/SectionSyntax/SectionSyntax.jsx @@ -8,7 +8,7 @@ */ import React, { PureComponent } from "react"; -import Waypoint from "react-waypoint"; +import { Waypoint } from "react-waypoint"; import Button from "atoms/core/Button"; import { Content } from "containers/core/Section";