mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-15 18:41:12 +00:00
Fixed dependency
This commit is contained in:
parent
17ba68f19b
commit
91f20e0dd2
@ -2,7 +2,6 @@ import React, { Component } from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import colors from 'config/colors';
|
||||
import Icon from 'components/Icon';
|
||||
import Sticky from 'react-sticky-el';
|
||||
import icons from 'config/icons';
|
||||
import { TransitionGroup, CSSTransition } from 'react-transition-group';
|
||||
import styled from 'styled-components';
|
||||
@ -178,7 +177,6 @@ class LeftNavigation extends Component {
|
||||
</A>
|
||||
</Help>
|
||||
</Footer>
|
||||
<Sticky />
|
||||
</StickyContainer>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user