Heads up!
You can add components to your app using the CLI.
Error
Your session has expired. Please log in again.
Installation
npx logic2b@latest add alert
Usage
import { Alert, AlertDescription, AlertTitle } from "@/components/ui/alert"
<Alert variant="destructive">
<AlertTitle>Error</AlertTitle>
<AlertDescription>Something went wrong.</AlertDescription>
</Alert>