From 1bc28dc1c5ea8a8fbe62d30c7cc231d4f552cec5 Mon Sep 17 00:00:00 2001 From: Kourosh Neyestani Date: Sat, 23 May 2020 22:03:04 +0430 Subject: [PATCH] Remove {component}, it's defined but never used. --- components/Parallax.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => {