๐Ÿ“ฆ SeolJaeHyeok / Hyeokflix

๐Ÿ“„ TvPage.js ยท 9 lines
1
2
3
4
5
6
7
8
9import React from "react";
import TvContainer from "containers/Tv";

const TvPage = () => {
  return <TvContainer />;
};

export default TvPage;