npx ghost-ui-native add alertimport { Alert, AlertTitle, AlertDescription } from '@/components/ui/alert';<Alert>
<AlertTitle>Heads up!</AlertTitle>
<AlertDescription>You can add components to your app using the CLI.</AlertDescription>
</Alert><Alert variant="default">...</Alert>
<Alert variant="destructive">...</Alert>