MovieComming.js 138 Bytes
Newer Older
Jiwon Yoon's avatar
Jiwon Yoon committed
1
2
3
4
5
6
7
8
9
const MovieComming = () => {
    return (
        <>
            <h1>상영예정작</h1>
        </>
    )
}

export default MovieComming