Commit e96aa4df authored by Choi Ga Young's avatar Choi Ga Young
Browse files

DB변경 및 props 수정

parent 8590a203
import React from 'react';
import Calendar from './components/Calendar';
const Montly = () => {
const Montly = ({ navigation }) => {
return (
<Calendar />
<Calendar navigation={navigation} />
)
}
export default Montly;
\ No newline at end of file
export default Montly;
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment