Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
rich-maker
Commits
e96aa4df
Commit
e96aa4df
authored
Jul 24, 2021
by
Choi Ga Young
Browse files
DB변경 및 props 수정
parent
8590a203
Changes
2
Hide whitespace changes
Inline
Side-by-side
Monthly.js
View file @
e96aa4df
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
android/app/src/main/assets/MyMoney.db
View file @
e96aa4df
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment