"use client"; import { VirtualizedThread } from "@/app/VirtualizedThread"; export default function Home() { return (
); }