SearchPage.js 158 Bytes
Newer Older
Kim, Subin's avatar
수빈    
Kim, Subin committed
1
2
3
4
5
6
7
8
9
import SearchResult from "../components/SearchResult.js";

const SearchPage = () => {
    return (
        <SearchResult />
    )
}

export default SearchPage