import React from 'react'; import { Divider, Icon, IconButton } from 'rsuite'; export default function SelectedDates({ possibleDates, handleDelete }) { return ( ); }