import React from 'react' import Calendar from '../component/calendar/Calendar' export default function CalendarPage() { return ( ) }