"use client"; import { CollectionsOfTheWeek } from "#/components/Discovery/CollectionsOfTheWeek"; import { DiscussingToday } from "#/components/Discovery/DiscussingToday"; import { InterestingCarousel } from "#/components/Discovery/InterestingCarousel"; import { RecommendedCarousel } from "#/components/Discovery/RecommendedCarousel"; import { WatchingNowCarousel } from "#/components/Discovery/WatchingNowCarousel"; import { Button } from "flowbite-react"; export const DiscoverPage = () => { return ( <>
); };