import { Trash } from "lucide-react"; import { Button } from "../ui/button"; import { clearCache } from "~/lib/utils"; export default function Profile() { return (
); }