diff --git a/packages/app/src/pages/tv/components/feed/index.jsx b/packages/app/src/pages/tv/components/feed/index.jsx index 3dce8530..300d878f 100644 --- a/packages/app/src/pages/tv/components/feed/index.jsx +++ b/packages/app/src/pages/tv/components/feed/index.jsx @@ -1,5 +1,5 @@ import React from "react" -import { Result } from "antd" +import { Result, Button } from "antd" import "./index.less" @@ -8,7 +8,11 @@ export default (props) => { + Sorry, this feature is not implemented yet +
+ But you can explore all streamings in app.setLocation("/tv/explore")}>explore tab + } /> } \ No newline at end of file