diff --git a/components/Parallax.js b/components/Parallax.js index e355498..28dc5b8 100644 --- a/components/Parallax.js +++ b/components/Parallax.js @@ -1,4 +1,4 @@ -import React, { Component } from 'react'; +import React from 'react'; import { ParallaxProvider, Parallax } from 'react-scroll-parallax'; const getRandomInt = (min, max) => {