import styled from 'styled-components'; export const Wrapper = styled.div` touch-action: none; outline: none; `; export default Wrapper;