MoviePage.js 119 Bytes
Newer Older
1
const MoviePage = () => {
Jiwon Yoon's avatar
Jiwon Yoon committed
2
    
3
4
5
6
7
8
9
10
    return (
        <div>
            
        </div>
    )
}

export default MoviePage