'use client' import Button from 'react-bootstrap/Button'; import Alert from 'react-bootstrap/Alert'; export default function Home() { return (
This Bootstrap theme works.
) }