import Link from 'next/link' import Button from 'react-bootstrap/Button' export default function Page() { return ( Hi ) }