import { Button } from "@workspace/ui/components/button" export default function Page() { return (

Hello World

) }