import React from 'react'; import Calendar from './components/Calendar';
const Montly = () => { return (
<Calendar />
) }
export default Montly;