File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- import { ParallaxController } from 'react-scroll-parallax ' ;
1+ import ParallaxController from 'libs/ParallaxController ' ;
22
33const addEventListener = window . addEventListener ;
44const removeEventListener = window . removeEventListener ;
Original file line number Diff line number Diff line change 11import React , { Component } from 'react' ;
22import PropTypes from 'prop-types' ;
33import { offsetMin , offsetMax } from '../utils/propValidation' ;
4- import { ParallaxController } from 'react-scroll-parallax ' ;
4+ import ParallaxController from '../libs/ParallaxController ' ;
55
66export default class Parallax extends Component {
77 static defaultProps = {
Original file line number Diff line number Diff line change 11import React , { Component } from 'react' ;
22import PropTypes from 'prop-types' ;
3- import { ParallaxController } from 'react-scroll-parallax ' ;
3+ import ParallaxController from '../libs/ParallaxController ' ;
44
55export default class ParallaxProvider extends Component {
66 static propTypes = {
You can’t perform that action at this time.
0 commit comments