import styled from 'styled-components'; export const Container = styled.div``; export const PathLink = styled.div` color: #1890ff; cursor: pointer; &:hover { color: #40a9ff; } `;