diff --git a/src/pages/root.tsx b/src/pages/root.tsx index 0ea0f2e..a685bf5 100644 --- a/src/pages/root.tsx +++ b/src/pages/root.tsx @@ -2,17 +2,17 @@ import { useStreamsFeed } from "@/hooks/live-streams"; import CategoryLink from "@/element/category/category-link"; import VideoGridSorted from "@/element/video-grid-sorted"; import { AllCategories } from "./category"; -import { FormattedMessage } from "react-intl"; -import { Link } from "react-router-dom"; -import useImgProxy from "@/hooks/img-proxy"; +//import { FormattedMessage } from "react-intl"; +//import { Link } from "react-router-dom"; +//import useImgProxy from "@/hooks/img-proxy"; export function RootPage() { const streams = useStreamsFeed(); - const { proxy } = useImgProxy(); - const shirtSize = 120; + //const { proxy } = useImgProxy(); + //const shirtSize = 120; return (