This file contains 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
import React, { useState } from 'react'; | |
import styled from 'styled-components'; | |
import media from 'styled-media-query'; | |
import * as S from './styles'; | |
import * as T from '../Typograph'; | |
import Icon from '../Icons'; | |
export const Wrapper = styled.div` | |
padding: 16px; | |
background: #ffffff; |