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
butter-studio
04e35c5c70882bfb439371e2d5e375d43faf6ba4
04e35c5c70882bfb439371e2d5e375d43faf6ba4
Switch branch/tag
butter-studio
client
src
components
MovieComming.js
Find file
Normal view
History
Permalink
MovieComming.js
138 Bytes
Edit
Web IDE
Newer
Older
moviechart tab
Jiwon Yoon
committed
Jul 05, 2021
1
2
3
4
5
6
7
8
9
const
MovieComming
=
()
=>
{
return
(
<>
<
h1
>
상영예정작
<
/h1
>
<
/
>
)
}
export
default
MovieComming