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