import { Link } from "@heroui/react"; import React from "react"; const page = () => { return (

Hello world

); }; export default page;