Skip to content

Commit

Permalink
Removes unnessecary dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
scottjr632 committed Jul 11, 2020
1 parent 4e20984 commit 09e0893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rellaxWrapper.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { FC, useState, useRef, useEffect, useMemo } from 'react'
import React, { FC, useState, useRef, useEffect } from 'react'
import Rellax from 'rellax';

interface RellaxWrapperProps extends Rellax.RellaxOptions {
Expand Down

0 comments on commit 09e0893

Please sign in to comment.