Monthly.js 155 Bytes
Newer Older
Choi Ga Young's avatar
Choi Ga Young committed
1
2
import React from 'react';
import Calendar from './components/Calendar';
Choi Ga Young's avatar
Choi Ga Young committed
3
4
5

const Montly = () => {
  return (
Choi Ga Young's avatar
Choi Ga Young committed
6
    <Calendar />
Choi Ga Young's avatar
Choi Ga Young committed
7
8
  )
}
Choi Ga Young's avatar
Choi Ga Young committed
9

Choi Ga Young's avatar
Choi Ga Young committed
10
11

export default Montly;