import { TabsContent } from "@/components/ui/tabs"; import { Button } from "@/components/ui/button"; const PingTab = ({ onPingClick }: { onPingClick: () => void }) => { return (
); }; export default PingTab;