import React from 'react'; import { WithLogout } from '../hoc/withLogout'; import { ProfileCalendar } from '../../src/components/ProfileCalendar/ProfileCalendar'; const ProfileCalendarPage = () => { return ; }; export default ProfileCalendarPage;