import { TweetCard } from "@/components/vritti/tweet-card";// TODO: Replace with a tweet from @thesudoer_ about Vritti UI// To get a tweet ID: Go to x.com/thesudoer_, find a tweet about Vritti UI,// click on it, and copy the number from the URL (e.g., x.com/thesudoer_/status/[TWEET_ID])export function TweetCardExample() { return <TweetCard id="1668408059125702661" />;}