import Image from "next/image"; import WsDemo from "./components/WsDemo"; import AuthPanel from "./components/AuthPanel"; export default function Home() { return (
  1. Get started by editing{" "} app/page.tsx .
  2. Save and see your changes instantly.
Vercel logomark Deploy now Read our docs
); }