import styles from './dateOptionLabel.module.css'; import React from 'react'; export default function ({ range }) { return (
{range && range.start.format('ll')}
-
{range && range.end.format('ll')}
); }