import React from 'react'; import color from '../../../../styles/colors'; import { Typography } from '../../../Typography'; import styles from './YourPlanButton.styles'; const { StyledDiv } = styles; const YourPlanButton = () => { return ( Your Plan ); }; export default YourPlanButton;