import {Alert} from "@nextui-org/react"; export default function App() { const title = "This is an alert"; const description = "Thanks for subscribing to our newsletter!"; return (
); }