This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* eslint no-restricted-globals: 0, react/no-did-mount-set-state: 0 */ | |
import PropTypes from 'prop-types' | |
import React from 'react' | |
import styled, { css } from 'styled-components' | |
import Swipeable from 'react-swipeable' | |
// lodash | |
import get from 'lodash.get' | |
import throttle from 'lodash.throttle' |
NewerOlder