import Pager from "@/app/components/pager"; import StreamsList from "@/app/components/streams-list"; import StreamsTable from '@/app/components/streams-table'; import { getAllStreams, getStreamsForVtuber } from "@/app/lib/streams"; // import { getAllVtubers } from "@/app/lib/vtubers"; import { notFound } from "next/navigation"; export default async function Page() { return (
{/*
                

here are the streams object

{JSON.stringify(streams, null, 2)}
*/}

Stream Archive

{/* */}
) }