import { Alert, AlertAction, AlertDescription, AlertTitle, } from "@/examples/base/ui/alert" import { Button } from "@/examples/base/ui/button" export default function AlertActionExample() { return ( Dark mode is now available Enable it under your profile settings to get started. ) }