MovieChart.js 121 Bytes
Newer Older
Jiwon Yoon's avatar
Jiwon Yoon committed
1
2
3
4
5
6
7
8
9
const MovieChart = () => {
    return (
        <>
        <h1>영화</h1>
        </>
    )
}

export default MovieChart